aboutsummaryrefslogtreecommitdiff
path: root/print/gutenprint/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-07-17 18:46:27 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-07-17 18:46:27 +0000
commit28973b2a0d58e1065f28836c9b21f39fad67aa0d (patch)
treeb24115c826cb40f68045b14e7c10840d105bbec8 /print/gutenprint/Makefile
parent08353340bb885ac7e9b052b98047c7980ceb5609 (diff)
downloadports-28973b2a0d58e1065f28836c9b21f39fad67aa0d.tar.gz
ports-28973b2a0d58e1065f28836c9b21f39fad67aa0d.zip
Notes
Diffstat (limited to 'print/gutenprint/Makefile')
-rw-r--r--print/gutenprint/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/print/gutenprint/Makefile b/print/gutenprint/Makefile
index ad6e117ff6c6..bdc46ba1716b 100644
--- a/print/gutenprint/Makefile
+++ b/print/gutenprint/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>