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 /net/libmms | |
parent | Unbreak: make it fetchable again (diff) |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'net/libmms')
-rw-r--r-- | net/libmms/Makefile | 3 | ||||
-rw-r--r-- | net/libmms/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/libmms/Makefile b/net/libmms/Makefile index f67ee4701e47..0b34420c8f66 100644 --- a/net/libmms/Makefile +++ b/net/libmms/Makefile @@ -7,7 +7,7 @@ PORTNAME= libmms PORTVERSION= 0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,7 +18,6 @@ COMMENT= Library for parsing mms:// and mmsh:// type network streams USE_REINPLACE= yes USE_GNOME= gnomehack gnometarget pkgconfig glib20 GNU_CONFIGURE= yes -USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes pre-configure: diff --git a/net/libmms/pkg-plist b/net/libmms/pkg-plist index 175003c2fad2..b31545724de4 100644 --- a/net/libmms/pkg-plist +++ b/net/libmms/pkg-plist @@ -1,6 +1,7 @@ include/libmms/bswap.h include/libmms/mms.h lib/libmms.a +lib/libmms.la lib/libmms.so lib/libmms.so.0 libdata/pkgconfig/libmms.pc |