diff options
author | asami <asami@FreeBSD.org> | 1998-11-28 02:18:45 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-28 02:18:45 +0000 |
commit | d3bcde14c9c8638cce374e843f0cd0385b9ea517 (patch) | |
tree | 50f0bf7501c5ea125ab9ebed08977737797f9ef0 /graphics/xfractint | |
parent | b3d2b44728bf4556d33fb2bfaac90888120298b3 (diff) | |
download | FreeBSD-ports-d3bcde14c9c8638cce374e843f0cd0385b9ea517.zip FreeBSD-ports-d3bcde14c9c8638cce374e843f0cd0385b9ea517.tar.gz |
A few more USE_XLIBs.
Diffstat (limited to 'graphics/xfractint')
-rw-r--r-- | graphics/xfractint/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/xfractint/Makefile b/graphics/xfractint/Makefile index e503268..37f49d9 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 |