- Convert USE_BZIP2 to USES
- Switch to USES=libtool, drop .la files Approved by: portmgr blanket
This commit is contained in:
parent
eaba056af6
commit
141e0fd96b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356667
2 changed files with 3 additions and 4 deletions
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue