diff options
author | mezz <mezz@FreeBSD.org> | 2004-12-15 06:14:48 +0000 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2004-12-15 06:14:48 +0000 |
commit | 986714f12d0b725b9b51270be5faab6b765fd77b (patch) | |
tree | 4d2e6045a0af0e5750d4c5fd7a569fa93a599b44 /textproc/enchant | |
parent | e34c351554523768d6cad0af717114b3d1984a2f (diff) | |
download | FreeBSD-ports-986714f12d0b725b9b51270be5faab6b765fd77b.zip FreeBSD-ports-986714f12d0b725b9b51270be5faab6b765fd77b.tar.gz |
-Update to 1.1.5.
-Use libtool 1.5.
Diffstat (limited to 'textproc/enchant')
-rw-r--r-- | textproc/enchant/Makefile | 12 | ||||
-rw-r--r-- | textproc/enchant/distinfo | 4 |
2 files changed, 10 insertions, 6 deletions
diff --git a/textproc/enchant/Makefile b/textproc/enchant/Makefile index 1f1d7de..50bdb76 100644 --- a/textproc/enchant/Makefile +++ b/textproc/enchant/Makefile @@ -6,8 +6,7 @@ # PORTNAME= enchant -PORTVERSION= 1.1.3 -PORTREVISION= 3 +PORTVERSION= 1.1.5 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= abiword @@ -17,9 +16,10 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Dictionary/spellchecking framework USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 +USE_REINPLACE= yes +USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes -USE_GNOME= gnomehack gnomeprefix gnometarget glib20 lthack +USE_GNOME= gnomehack gnomeprefix gnometarget glib20 CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" @@ -58,4 +58,8 @@ pre-everything:: .endif .endif +post-patch: + @${REINPLACE_CMD} -e 's|MKDIRPROG-mkdir|MKDIRPROG-mkdir -p|g' \ + ${WRKSRC}/install-sh + .include <bsd.port.post.mk> diff --git a/textproc/enchant/distinfo b/textproc/enchant/distinfo index 76cdfb7..6568199 100644 --- a/textproc/enchant/distinfo +++ b/textproc/enchant/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/enchant-1.1.3.tar.gz) = c95186755fe46b27a78d9a85fef2175c -SIZE (gnome2/enchant-1.1.3.tar.gz) = 303556 +MD5 (gnome2/enchant-1.1.5.tar.gz) = b7f266ca9241797839929972395a76cf +SIZE (gnome2/enchant-1.1.5.tar.gz) = 440600 |