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/libPropList | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) | |
download | ports-8503536d3896846d823f7f76be54e0a99da8d8b6.tar.gz ports-8503536d3896846d823f7f76be54e0a99da8d8b6.zip |
Notes
Diffstat (limited to 'devel/libPropList')
-rw-r--r-- | devel/libPropList/Makefile | 3 | ||||
-rw-r--r-- | devel/libPropList/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/devel/libPropList/Makefile b/devel/libPropList/Makefile index 684e4d3af028..e4d3ef4f5f83 100644 --- a/devel/libPropList/Makefile +++ b/devel/libPropList/Makefile @@ -7,6 +7,7 @@ PORTNAME= libproplist PORTVERSION= 0.10.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_WINDOWMAKER} MASTER_SITE_SUBDIR= libs @@ -15,7 +16,7 @@ DISTNAME= libPropList-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Property library for gnome and Window Maker -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes USE_REINPLACE= yes diff --git a/devel/libPropList/pkg-plist b/devel/libPropList/pkg-plist index 79162e0ab571..7fed47588ab3 100644 --- a/devel/libPropList/pkg-plist +++ b/devel/libPropList/pkg-plist @@ -1,4 +1,5 @@ include/proplist.h lib/libPropList.a +lib/libPropList.la lib/libPropList.so lib/libPropList.so.2 |