diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-25 13:49:40 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-25 13:49:40 +0000 |
commit | df72d3120ce6c4626645b6585c04ed6cc17a1280 (patch) | |
tree | f9cf74b7cd472c958823f50e702ec758535e6eba /devel/ossp-al | |
parent | 0dbbb3ec56bb8131cd8c3101dbcc4ecad9612d6b (diff) | |
download | ports-df72d3120ce6c4626645b6585c04ed6cc17a1280.tar.gz ports-df72d3120ce6c4626645b6585c04ed6cc17a1280.zip |
Notes
Diffstat (limited to 'devel/ossp-al')
-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 |