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/libunicode | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Notes
Notes:
svn path=/head/; revision=156749
Diffstat (limited to 'devel/libunicode')
-rw-r--r-- | devel/libunicode/Makefile | 4 | ||||
-rw-r--r-- | devel/libunicode/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/devel/libunicode/Makefile b/devel/libunicode/Makefile index 606b51abfb92..d4343172c5a4 100644 --- a/devel/libunicode/Makefile +++ b/devel/libunicode/Makefile @@ -7,7 +7,7 @@ PORTNAME= libunicode PORTVERSION= 0.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/libunicode/0.4 @@ -18,7 +18,7 @@ COMMENT= A library for manipulating Unicode characters and strings USE_GMAKE= yes USE_X_PREFIX= yes -USE_AUTOTOOLS= libtool:13:inc +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome diff --git a/devel/libunicode/pkg-plist b/devel/libunicode/pkg-plist index a4f69214b144..ea195441284a 100644 --- a/devel/libunicode/pkg-plist +++ b/devel/libunicode/pkg-plist @@ -2,5 +2,6 @@ bin/unicode-config etc/unicodeConf.sh include/unicode.h lib/libunicode.a +lib/libunicode.la lib/libunicode.so lib/libunicode.so.0 |