diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-26 21:21:43 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-26 21:21:43 +0800 |
commit | ca38b633bb1de54af0e123e3e30a31f5f8761633 (patch) | |
tree | d186ce51f3d85765397696f5d010e80286c295bf /textproc/rtfx | |
parent | 8af93b6e8d05500d092a0d79b5f5672b498a67bb (diff) | |
download | freebsd-ports-gnome-ca38b633bb1de54af0e123e3e30a31f5f8761633.tar.gz freebsd-ports-gnome-ca38b633bb1de54af0e123e3e30a31f5f8761633.tar.zst freebsd-ports-gnome-ca38b633bb1de54af0e123e3e30a31f5f8761633.zip |
- Convert gmake,bzip2 to USES
Approved by: portmgr
Diffstat (limited to 'textproc/rtfx')
-rw-r--r-- | textproc/rtfx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/rtfx/Makefile b/textproc/rtfx/Makefile index 19c0aec3e7bd..7cf530dc1cd8 100644 --- a/textproc/rtfx/Makefile +++ b/textproc/rtfx/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= mba:${PORTSDIR}/devel/libmba \ HAS_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX} --datarootdir=${PREFIX} -USE_GMAKE= yes +USES= gmake PLIST_FILES= bin/rtfx MAN1= rtfx.1 |