aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/unieject/Makefile
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-06-06 02:06:03 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2014-06-06 02:06:03 +0800
commit0c29f057f4c6c57d38200200f87ba010c258fb1b (patch)
tree13ab1b8320a1a13eb06062ad044893be154d4ff9 /sysutils/unieject/Makefile
parentdc0b3435aa75629b19747f3f6667df2902e8d55c (diff)
downloadfreebsd-ports-gnome-0c29f057f4c6c57d38200200f87ba010c258fb1b.tar.gz
freebsd-ports-gnome-0c29f057f4c6c57d38200200f87ba010c258fb1b.tar.zst
freebsd-ports-gnome-0c29f057f4c6c57d38200200f87ba010c258fb1b.zip
- Convert USE_BZIP2 to USES
- Switch to USES=libtool, drop .la files Approved by: portmgr blanket
Diffstat (limited to 'sysutils/unieject/Makefile')
-rw-r--r--sysutils/unieject/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/unieject/Makefile b/sysutils/unieject/Makefile
index 0e98c9a30507..f37db6637a97 100644
--- a/sysutils/unieject/Makefile
+++ b/sysutils/unieject/Makefile
@@ -3,7 +3,7 @@
PORTNAME= unieject
PORTVERSION= 6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= SF
@@ -16,8 +16,7 @@ LIB_DEPENDS= libconfuse.so:${PORTSDIR}/devel/libconfuse \
libpcre.so:${PORTSDIR}/devel/pcre \
libcdio.so:${PORTSDIR}/sysutils/libcdio
-USE_BZIP2= yes
-USES= pathfix pkgconfig gettext iconv
+USES= tar:bzip2 pathfix pkgconfig gettext iconv libtool
USE_GNOME= glib20
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-silent-rules \