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/pfstmo | |
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/pfstmo')
-rw-r--r-- | graphics/pfstmo/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/pfstmo/Makefile b/graphics/pfstmo/Makefile index 2b2bc9a9f897..128042220674 100644 --- a/graphics/pfstmo/Makefile +++ b/graphics/pfstmo/Makefile @@ -15,11 +15,10 @@ LIB_DEPENDS= pfs-1.2:${PORTSDIR}/graphics/pfstools PFS_CPPFLAGS= -I${LOCALBASE}/include PFS_LDFLAGS= -L${LOCALBASE}/lib -USES= pkgconfig +USES= pkgconfig gmake GNU_CONFIGURE= yes CPPFLAGS+= ${PFS_CPPFLAGS} LDFLAGS+= ${PFS_LDFLAGS} -USE_GMAKE= yes MAN1= pfstmo_pattanaik00.1 \ pfstmo_reinhard05.1 \ |