diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-17 18:46:27 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-17 18:46:27 +0000 |
commit | 28973b2a0d58e1065f28836c9b21f39fad67aa0d (patch) | |
tree | b24115c826cb40f68045b14e7c10840d105bbec8 /print/gutenprint-base/Makefile | |
parent | 08353340bb885ac7e9b052b98047c7980ceb5609 (diff) | |
download | ports-28973b2a0d58e1065f28836c9b21f39fad67aa0d.tar.gz ports-28973b2a0d58e1065f28836c9b21f39fad67aa0d.zip |
Notes
Diffstat (limited to 'print/gutenprint-base/Makefile')
-rw-r--r-- | print/gutenprint-base/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/print/gutenprint-base/Makefile b/print/gutenprint-base/Makefile index ad6e117ff6c6..bdc46ba1716b 100644 --- a/print/gutenprint-base/Makefile +++ b/print/gutenprint-base/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= gimp-print -PORTVERSION= 4.2.6 -PORTREVISION= 2 +PORTVERSION= 4.2.7 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,7 +17,7 @@ USE_GETTEXT= yes USE_GETOPT_LONG= yes USE_REINPLACE= yes USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 +USE_LIBTOOL_VER= 15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --with-gimp=no INSTALLS_SHLIB= yes @@ -71,6 +70,8 @@ post-patch: s|$${CFLAGS:=} -O|$${CFLAGS}|g' ${WRKSRC}/configure @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|$$(PACKAGE)/doc|doc/$$(PACKAGE)|g ; \ + s|LANGUAGE=|LANG=|g ; \ + s|: install-gimp_plug_inPROGRAMS|:|g ; \ s|$$(RM) -r|$$(RM) -f -r|g' .include <bsd.port.mk> |