diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-06 02:06:03 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-06 02:06:03 +0800 |
commit | 0c29f057f4c6c57d38200200f87ba010c258fb1b (patch) | |
tree | 13ab1b8320a1a13eb06062ad044893be154d4ff9 /sysutils | |
parent | dc0b3435aa75629b19747f3f6667df2902e8d55c (diff) | |
download | freebsd-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')
-rw-r--r-- | sysutils/unieject/Makefile | 5 | ||||
-rw-r--r-- | sysutils/unieject/pkg-plist | 2 |
2 files changed, 3 insertions, 4 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 \ diff --git a/sysutils/unieject/pkg-plist b/sysutils/unieject/pkg-plist index fb9b32c0e8ea..c46633922883 100644 --- a/sysutils/unieject/pkg-plist +++ b/sysutils/unieject/pkg-plist @@ -3,9 +3,9 @@ bin/unieject etc/unieject.conf.sample include/unieject/unieject.h lib/libunieject.a -lib/libunieject.la lib/libunieject.so lib/libunieject.so.5 +lib/libunieject.so.5.0.0 libdata/pkgconfig/libunieject.pc man/man1/unieject.1.gz man/man5/unieject.conf.5.gz |