diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-26 22:47:56 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-26 22:47:56 +0800 |
commit | 3ee3f104f278aa87693d1dfb9c627423ed7c9cea (patch) | |
tree | 84704dd6fb215720ec4ec01d578e92a2738dde94 /lang/ferite | |
parent | 9946e034c1983ab6df747563063283231e5ba38b (diff) | |
download | freebsd-ports-gnome-3ee3f104f278aa87693d1dfb9c627423ed7c9cea.tar.gz freebsd-ports-gnome-3ee3f104f278aa87693d1dfb9c627423ed7c9cea.tar.zst freebsd-ports-gnome-3ee3f104f278aa87693d1dfb9c627423ed7c9cea.zip |
- Convert gmake,bzip2 to USES
Approved by: portmgr
Diffstat (limited to 'lang/ferite')
-rw-r--r-- | lang/ferite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ferite/Makefile b/lang/ferite/Makefile index 670f8bac7407..1de678558532 100644 --- a/lang/ferite/Makefile +++ b/lang/ferite/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre \ libxml2.so:${PORTSDIR}/textproc/libxml2 USE_AUTOTOOLS= libtool -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} |