diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /devel/shmap | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Notes
Notes:
svn path=/head/; revision=156749
Diffstat (limited to 'devel/shmap')
-rw-r--r-- | devel/shmap/Makefile | 3 | ||||
-rw-r--r-- | devel/shmap/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/shmap/Makefile b/devel/shmap/Makefile index 417ed0300c0c..e44e98878efe 100644 --- a/devel/shmap/Makefile +++ b/devel/shmap/Makefile @@ -8,7 +8,7 @@ PORTNAME= shmap PORTVERSION= 0.3.2 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,7 +18,6 @@ COMMENT= Shared-memory-based hashmaps LIB_DEPENDS= mm.14:${PORTSDIR}/devel/mm -USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/devel/shmap/pkg-plist b/devel/shmap/pkg-plist index 1423ac6a36bb..a34cc2f41536 100644 --- a/devel/shmap/pkg-plist +++ b/devel/shmap/pkg-plist @@ -1,5 +1,6 @@ include/shmap.h include/shmap_config.h lib/libshmap.a +lib/libshmap.la lib/libshmap.so lib/libshmap.so.0 |