diff options
author | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
commit | da880765886f48c0ac8fd253e5601d04ea853215 (patch) | |
tree | 55155f50e8a40ea2e2a16e2331e8cbb919b7d04f /devel/libghthash | |
parent | ba4beb1ea11e6147a9b30969be42685d1c709e56 (diff) | |
download | freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.gz freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.zst freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'devel/libghthash')
-rw-r--r-- | devel/libghthash/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libghthash/Makefile b/devel/libghthash/Makefile index 4800ca00b7af..c5b1739c7472 100644 --- a/devel/libghthash/Makefile +++ b/devel/libghthash/Makefile @@ -8,6 +8,7 @@ PORTNAME= libghthash PORTVERSION= 0.5.6 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.ipd.bth.se/ska/sim_home/filer/ @@ -18,7 +19,8 @@ USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes -PLIST_FILES= include/ght_hash_table.h lib/libghthash.a \ +PLIST_FILES= include/ght_hash_table.h \ + lib/libghthash.a lib/libghthash.la \ lib/libghthash.so lib/libghthash.so.5 .include <bsd.port.mk> |