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/dotconf++ | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) | |
download | ports-8503536d3896846d823f7f76be54e0a99da8d8b6.tar.gz ports-8503536d3896846d823f7f76be54e0a99da8d8b6.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Notes
Notes:
svn path=/head/; revision=156749
Diffstat (limited to 'devel/dotconf++')
-rw-r--r-- | devel/dotconf++/Makefile | 2 | ||||
-rw-r--r-- | devel/dotconf++/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/devel/dotconf++/Makefile b/devel/dotconf++/Makefile index 6b041ffe6e1a..e6c62ab61ca5 100644 --- a/devel/dotconf++/Makefile +++ b/devel/dotconf++/Makefile @@ -7,7 +7,7 @@ PORTNAME= dotconfpp PORTVERSION= 0.0.4a -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://voodoo.com.ua/dotconfpp/ diff --git a/devel/dotconf++/pkg-plist b/devel/dotconf++/pkg-plist index 9f2bd6efeb14..302382657b8d 100644 --- a/devel/dotconf++/pkg-plist +++ b/devel/dotconf++/pkg-plist @@ -1,6 +1,7 @@ include/dotconf++/dotconfpp.h include/dotconf++/mempool.h lib/libdotconfpp.a +lib/libdotconfpp.la lib/libdotconfpp.so lib/libdotconfpp.so.0 @dirrm include/dotconf++ |