diff options
-rw-r--r-- | games/oonsoo/Makefile | 4 | ||||
-rw-r--r-- | graphics/pgplot/Makefile | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/games/oonsoo/Makefile b/games/oonsoo/Makefile index bf807b2..a37c653 100644 --- a/games/oonsoo/Makefile +++ b/games/oonsoo/Makefile @@ -3,7 +3,7 @@ # Date created: 23rd June, 1997 # Whom: Joel Sutton <sutton@aardvark.apana.org.au> # -# $Id: Makefile,v 1.2 1997/06/30 14:35:04 max Exp $ +# $Id: Makefile,v 1.3 1998/09/28 02:12:05 steve Exp $ # DISTNAME= oonsoo-1.1 @@ -15,6 +15,8 @@ MAINTAINER= sutton@aardvark.apana.org.au BROKEN_ELF= build +USE_XLIB= yes + pre-patch: @${CP} ${WRKSRC}/Makefile.Linux ${WRKSRC}/Makefile diff --git a/graphics/pgplot/Makefile b/graphics/pgplot/Makefile index 01fb1b1..594e2b8 100644 --- a/graphics/pgplot/Makefile +++ b/graphics/pgplot/Makefile @@ -3,7 +3,7 @@ # Date created: 21 December 1996 # Whom: jmz # -# $Id: Makefile,v 1.7 1998/11/11 05:37:21 asami Exp $ +# $Id: Makefile,v 1.8 1998/12/05 02:25:45 jmz Exp $ # DISTNAME= pgplot5.2 @@ -13,6 +13,7 @@ MASTER_SITES= ftp://astro.caltech.edu/pub/pgplot/ MAINTAINER= jmz@FreeBSD.org +USE_XLIB= yes WRKSRC= ${WRKDIR}/pgplot .include <bsd.port.pre.mk> |