diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-03 23:57:20 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-03 23:57:20 +0800 |
commit | ac3dd26ed58a79b9de62840b71895f220ec1881f (patch) | |
tree | 7ceebf4a2007cd85e18d4c4dd63deb484e44beb1 /net/libarms | |
parent | 7177c6072ca3918a7dc4805c247db8a7e071f078 (diff) | |
download | freebsd-ports-gnome-ac3dd26ed58a79b9de62840b71895f220ec1881f.tar.gz freebsd-ports-gnome-ac3dd26ed58a79b9de62840b71895f220ec1881f.tar.zst freebsd-ports-gnome-ac3dd26ed58a79b9de62840b71895f220ec1881f.zip |
- Switch to USES=libtool, drop .la files
- Use new LIB_DEPENDS syntax
Approved by: portmgr blanket
Diffstat (limited to 'net/libarms')
-rw-r--r-- | net/libarms/Makefile | 5 | ||||
-rw-r--r-- | net/libarms/pkg-plist | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net/libarms/Makefile b/net/libarms/Makefile index ac4d038f52b6..9c44c34b49ea 100644 --- a/net/libarms/Makefile +++ b/net/libarms/Makefile @@ -3,6 +3,7 @@ PORTNAME= libarms PORTVERSION= 5.01 +PORTREVISION= 1 CATEGORIES= net devel MASTER_SITES= https://dev.smf.jp/dl/ \ http://dev.smf.jp/dl/ @@ -10,9 +11,9 @@ MASTER_SITES= https://dev.smf.jp/dl/ \ MAINTAINER= shigeru@iij.ad.jp COMMENT= SMFv2/ARMS client library for C -LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 -USES= gmake +USES= gmake libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/net/libarms/pkg-plist b/net/libarms/pkg-plist index 01905c5549eb..ac0dc4b6da71 100644 --- a/net/libarms/pkg-plist +++ b/net/libarms/pkg-plist @@ -1,8 +1,8 @@ include/libarms.h lib/libarms.a -lib/libarms.la lib/libarms.so lib/libarms.so.0 +lib/libarms.so.0.0.1 %%DOCSDIR%%/doc/.buildinfo %%DOCSDIR%%/doc/_images/libarms-pull.png %%DOCSDIR%%/doc/_images/libarms-push.png |