diff options
author | asami <asami@FreeBSD.org> | 1998-11-28 10:18:45 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-28 10:18:45 +0800 |
commit | d3bcde14c9c8638cce374e843f0cd0385b9ea517 (patch) | |
tree | 50f0bf7501c5ea125ab9ebed08977737797f9ef0 /graphics | |
parent | b3d2b44728bf4556d33fb2bfaac90888120298b3 (diff) | |
download | freebsd-ports-graphics-d3bcde14c9c8638cce374e843f0cd0385b9ea517.tar.gz freebsd-ports-graphics-d3bcde14c9c8638cce374e843f0cd0385b9ea517.tar.zst freebsd-ports-graphics-d3bcde14c9c8638cce374e843f0cd0385b9ea517.zip |
A few more USE_XLIBs.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/plotutils/Makefile | 5 | ||||
-rw-r--r-- | graphics/xfractint/Makefile | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile index d7e2ece6859..14622f188ee 100644 --- a/graphics/plotutils/Makefile +++ b/graphics/plotutils/Makefile @@ -1,9 +1,9 @@ -# New ports collection makefile for: xfig +# New ports collection makefile for: plotutils # Version required: 2.1.1 # Date created: 19 June 1998 # Whom: Chuck Robey (chuckr) # -# $Id: Makefile,v 1.2 1998/06/26 04:53:29 asami Exp $ +# $Id: Makefile,v 1.3 1998/10/05 03:02:02 steve Exp $ # DISTNAME= plotutils-2.1.1 @@ -12,6 +12,7 @@ MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= chuckr@FreeBSD.ORG +USE_XLIB= yes GNU_CONFIGURE= yes .ifdef HAVE_MOTIF diff --git a/graphics/xfractint/Makefile b/graphics/xfractint/Makefile index e503268a4ea..37f49d9cbdf 100644 --- a/graphics/xfractint/Makefile +++ b/graphics/xfractint/Makefile @@ -3,7 +3,7 @@ # Date created: 7 Sept 1995 # Whom: cacho@mexicano.gdl.iteso.mx # -# $Id: Makefile,v 1.2 1996/11/18 11:29:38 asami Exp $ +# $Id: Makefile,v 1.3 1997/10/07 11:48:30 tg Exp $ # DISTNAME= xfrac304 @@ -14,6 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.ORG +USE_XLIB= yes NO_WRKSUBDIR= yes MAN1= xfractint.1 |