diff options
author | madpilot <madpilot@FreeBSD.org> | 2014-05-11 02:57:08 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2014-05-11 02:57:08 +0800 |
commit | d04bffefcebfbf475d6ecd192ad6ad54ad3537a6 (patch) | |
tree | 4f8dd06c9f3e5dfc00e7e3b690a07a3a4c9b16bd | |
parent | 343e537c2f5c0684b053f0ec6e0cdbebba91e44e (diff) | |
download | freebsd-ports-gnome-d04bffefcebfbf475d6ecd192ad6ad54ad3537a6.tar.gz freebsd-ports-gnome-d04bffefcebfbf475d6ecd192ad6ad54ad3537a6.tar.zst freebsd-ports-gnome-d04bffefcebfbf475d6ecd192ad6ad54ad3537a6.zip |
Convert to USES=tar
-rw-r--r-- | comms/gnocky/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/gnocky/Makefile b/comms/gnocky/Makefile index 370320b37550..96f5fa4471e5 100644 --- a/comms/gnocky/Makefile +++ b/comms/gnocky/Makefile @@ -12,8 +12,7 @@ COMMENT= Graphical (GTK+2) frontend for gnokii LIB_DEPENDS= libgnokii.so:${PORTSDIR}/comms/gnokii -USES= pkgconfig -USE_BZIP2= yes +USES= pkgconfig tar:bzip2 USE_GNOME= gtk20 libglade2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |