diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-05-29 12:00:30 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-05-29 12:00:30 +0000 |
commit | c2866e7e03e21bb8c87264f3e94eb0771ff2929f (patch) | |
tree | bb60854c08a09d1f82d638352a523fd80ba34d9a /net/gutenfetch | |
parent | c3a0a8dbd29cde9f34420927fdebd1f51bcc3ae2 (diff) | |
download | ports-c2866e7e03e21bb8c87264f3e94eb0771ff2929f.tar.gz ports-c2866e7e03e21bb8c87264f3e94eb0771ff2929f.zip |
Notes
Diffstat (limited to 'net/gutenfetch')
-rw-r--r-- | net/gutenfetch/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/gutenfetch/Makefile b/net/gutenfetch/Makefile index 48b6ee5fb557..ae4702eb09ce 100644 --- a/net/gutenfetch/Makefile +++ b/net/gutenfetch/Makefile @@ -14,8 +14,7 @@ LIB_DEPENDS= gutenfetch:${PORTSDIR}/devel/libgutenfetch GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -USE_GMAKE= yes -USE_BZIP2= yes +USES= gmake tar:bzip2 MAN1= gutenfetch.1 PLIST_FILES= bin/gutenfetch |