diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-25 18:35:39 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-25 18:35:39 +0000 |
commit | fa2016d33bf22fbae35755e23976b7dbde824741 (patch) | |
tree | bd2de113467012be6cf376b835dcc77bd89ff79c /devel/cityhash | |
parent | def427972fb97a9c9e640f6186926bf49bf07a03 (diff) |
Notes
Diffstat (limited to 'devel/cityhash')
-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 |