diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-25 21:49:40 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-25 21:49:40 +0800 |
commit | f22a872bf3690f846b630f2741c446d53dc21875 (patch) | |
tree | f9cf74b7cd472c958823f50e702ec758535e6eba /devel | |
parent | e03eb131702e3076a5356908585d0b9e38703b49 (diff) | |
download | freebsd-ports-gnome-f22a872bf3690f846b630f2741c446d53dc21875.tar.gz freebsd-ports-gnome-f22a872bf3690f846b630f2741c446d53dc21875.tar.zst freebsd-ports-gnome-f22a872bf3690f846b630f2741c446d53dc21875.zip |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ossp-al/Makefile | 3 | ||||
-rw-r--r-- | devel/ossp-al/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/devel/ossp-al/Makefile b/devel/ossp-al/Makefile index 612e03253944..2159600fdb90 100644 --- a/devel/ossp-al/Makefile +++ b/devel/ossp-al/Makefile @@ -3,6 +3,7 @@ PORTNAME= al PORTVERSION= 0.9.3 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_OSSP} MASTER_SITE_SUBDIR= lib/${PORTNAME} @@ -13,7 +14,7 @@ COMMENT= Defines an abstract type of buffer that can move data without copying LIB_DEPENDS= libex.so:${PORTSDIR}/devel/ossp-ex -USES= gmake +USES= gmake libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ex=${LOCALBASE} USE_LDCONFIG= yes diff --git a/devel/ossp-al/pkg-plist b/devel/ossp-al/pkg-plist index a57e7cdaa3a0..4f9a7db401fc 100644 --- a/devel/ossp-al/pkg-plist +++ b/devel/ossp-al/pkg-plist @@ -1,7 +1,7 @@ bin/al-config include/al.h lib/libal.a -lib/libal.la lib/libal.so lib/libal.so.9 +lib/libal.so.9.0.23 man/man3/al.3.gz |