diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-29 19:28:16 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-29 19:28:16 +0800 |
commit | f77db62437cd99cdd73bfb35981d6c15f8e6e998 (patch) | |
tree | 5f418a82d2015efd49604b40d294e5a66c4b0bfc /graphics/xfractint | |
parent | f038d76db1d2f74309ce865947c4a97b98afce09 (diff) | |
download | freebsd-ports-gnome-f77db62437cd99cdd73bfb35981d6c15f8e6e998.tar.gz freebsd-ports-gnome-f77db62437cd99cdd73bfb35981d6c15f8e6e998.tar.zst freebsd-ports-gnome-f77db62437cd99cdd73bfb35981d6c15f8e6e998.zip |
- Convert gmake,bzip2,xz to USES
Approved by: portmgr
Diffstat (limited to 'graphics/xfractint')
-rw-r--r-- | graphics/xfractint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xfractint/Makefile b/graphics/xfractint/Makefile index 942f2c0a927c..b2ba9d25f2f0 100644 --- a/graphics/xfractint/Makefile +++ b/graphics/xfractint/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= http://www.fractint.org/ftp/current/linux/ \ MAINTAINER= onemda@gmail.com COMMENT= The Unix port of fractint -USE_GMAKE= yes +USES= gmake USE_XORG= x11 xft ALL_TARGET= ${PORTNAME} |