diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-04 21:22:25 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-04 21:22:25 +0800 |
commit | 8d976bacf6cbc7c4fc96d4f42e3e1468919b2c72 (patch) | |
tree | deaf0a39b62077602d11d65840914542115c1cdd | |
parent | 0cedc1e3de45fcf0f529b97ec1c41a4dc3fb7320 (diff) | |
download | freebsd-ports-gnome-8d976bacf6cbc7c4fc96d4f42e3e1468919b2c72.tar.gz freebsd-ports-gnome-8d976bacf6cbc7c4fc96d4f42e3e1468919b2c72.tar.zst freebsd-ports-gnome-8d976bacf6cbc7c4fc96d4f42e3e1468919b2c72.zip |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
-rw-r--r-- | converters/mimelib/Makefile | 4 | ||||
-rw-r--r-- | converters/mimelib/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/converters/mimelib/Makefile b/converters/mimelib/Makefile index ca44502c8082..c5e0182d401e 100644 --- a/converters/mimelib/Makefile +++ b/converters/mimelib/Makefile @@ -3,7 +3,7 @@ PORTNAME= mimelib PORTVERSION= 1.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= converters MASTER_SITES= SF/icqmail/libs/${PORTVERSION} @@ -12,7 +12,7 @@ COMMENT= C++ class library for manipulating messages in MIME format CONFLICTS= kdenetwork-3.1.* -USE_AUTOTOOLS= libtool +USES= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/converters/mimelib/pkg-plist b/converters/mimelib/pkg-plist index 65eac98dbc06..55c9b4387e91 100644 --- a/converters/mimelib/pkg-plist +++ b/converters/mimelib/pkg-plist @@ -33,7 +33,7 @@ include/mimelib/utility.h include/mimelib/uuencode.h include/mimelib/binhex.h lib/libmimelib.a -lib/libmimelib.la lib/libmimelib.so lib/libmimelib.so.1 +lib/libmimelib.so.1.0.0 @dirrm include/mimelib |