diff options
author | krion <krion@FreeBSD.org> | 2004-11-10 14:08:36 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-11-10 14:08:36 +0800 |
commit | 24a3b8278104d84ff70e2585e95bf26cc1e086ae (patch) | |
tree | 5025b4980bb178fe4defbc5848b34bf38782ee82 /mail/gmime2 | |
parent | d084d7b7b3d16cdb51740941ccbd882cdc504b98 (diff) | |
download | freebsd-ports-gnome-24a3b8278104d84ff70e2585e95bf26cc1e086ae.tar.gz freebsd-ports-gnome-24a3b8278104d84ff70e2585e95bf26cc1e086ae.tar.zst freebsd-ports-gnome-24a3b8278104d84ff70e2585e95bf26cc1e086ae.zip |
Switch to USE_LIBTOOL_VER.
Bump PORTREVISION.
Diffstat (limited to 'mail/gmime2')
-rw-r--r-- | mail/gmime2/Makefile | 4 | ||||
-rw-r--r-- | mail/gmime2/pkg-plist | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/mail/gmime2/Makefile b/mail/gmime2/Makefile index 074af90aa491..87306e71ff50 100644 --- a/mail/gmime2/Makefile +++ b/mail/gmime2/Makefile @@ -7,7 +7,7 @@ PORTNAME= gmime PORTVERSION= 2.1.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://spruce.sourceforge.net/gmime/sources/v2.1/ @@ -19,7 +19,7 @@ CONFLICTS= gmime-1.0.* USE_ICONV= yes USE_GMAKE= yes USE_GNOME= gnomehack gnometarget glib20 -USE_INC_LIBTOOL_VER=15 +USE_LIBTOOL_VER=15 CONFIGURE_ARGS+= --with-libiconv=${LOCALBASE} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib" diff --git a/mail/gmime2/pkg-plist b/mail/gmime2/pkg-plist index a42f59b6bec9..07c1036edafc 100644 --- a/mail/gmime2/pkg-plist +++ b/mail/gmime2/pkg-plist @@ -1,7 +1,6 @@ bin/gmime-config bin/uudecode bin/uuencode -lib/libgmime-2.0.la include/gmime-2.0/gmime/gmime-charset.h include/gmime-2.0/gmime/gmime-cipher-context.h include/gmime-2.0/gmime/gmime-content-type.h |