diff options
author | madpilot <madpilot@FreeBSD.org> | 2014-03-17 16:37:19 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2014-03-17 16:37:19 +0800 |
commit | de66ea4dbec826590d5ec0da96927c8f38a8f858 (patch) | |
tree | f3f97e2c2d6d24d6d53f8291bc88808d8a7b4718 /comms | |
parent | a34fc8fc4c3c97e7bc0ed52afa8a103753555a1f (diff) | |
download | freebsd-ports-gnome-de66ea4dbec826590d5ec0da96927c8f38a8f858.tar.gz freebsd-ports-gnome-de66ea4dbec826590d5ec0da96927c8f38a8f858.tar.zst freebsd-ports-gnome-de66ea4dbec826590d5ec0da96927c8f38a8f858.zip |
Convert to new USES=tar
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gnokii/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/gnokii/Makefile b/comms/gnokii/Makefile index 3717132c492b..a097a78b9352 100644 --- a/comms/gnokii/Makefile +++ b/comms/gnokii/Makefile @@ -19,8 +19,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser GROUPS= ${PORTNAME} -USE_BZIP2= yes -USES= gettext gmake pkgconfig +USES= gettext gmake pkgconfig tar:bzip2 USE_LDCONFIG= yes USE_CSTD= gnu89 WANT_GNOME= yes |