diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-26 02:35:39 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-26 02:35:39 +0800 |
commit | 859228df3052f6732bb54c7e99d84fa2ad4ce652 (patch) | |
tree | bd2de113467012be6cf376b835dcc77bd89ff79c /devel | |
parent | aa9b7dc4eccb20a635cba694e06e9eb9bcc9ee68 (diff) | |
download | freebsd-ports-gnome-859228df3052f6732bb54c7e99d84fa2ad4ce652.tar.gz freebsd-ports-gnome-859228df3052f6732bb54c7e99d84fa2ad4ce652.tar.zst freebsd-ports-gnome-859228df3052f6732bb54c7e99d84fa2ad4ce652.zip |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cityhash/Makefile | 2 | ||||
-rw-r--r-- | devel/cityhash/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/devel/cityhash/Makefile b/devel/cityhash/Makefile index a77b15b00cb2..abb92497c539 100644 --- a/devel/cityhash/Makefile +++ b/devel/cityhash/Makefile @@ -3,6 +3,7 @@ PORTNAME= cityhash PORTVERSION= 1.1.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GOOGLE_CODE @@ -11,6 +12,7 @@ COMMENT= Family of hash functions LICENSE= MIT +USES= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/devel/cityhash/pkg-plist b/devel/cityhash/pkg-plist index b93170d20fc1..a86e27e3b9b8 100644 --- a/devel/cityhash/pkg-plist +++ b/devel/cityhash/pkg-plist @@ -1,8 +1,8 @@ include/city.h lib/libcityhash.a -lib/libcityhash.la lib/libcityhash.so lib/libcityhash.so.0 +lib/libcityhash.so.0.0.0 %%DOCSDIR%%/COPYING %%DOCSDIR%%/NEWS %%DOCSDIR%%/README |