diff options
author | krion <krion@FreeBSD.org> | 2004-07-17 18:46:27 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-07-17 18:46:27 +0000 |
commit | c6385954d55f817ec4fb45d2fe6cd928b730cb89 (patch) | |
tree | 7e764e4a1d76322e8e5f0420f7fbc0e6b8dddeaa /print/gutenprint-base/Makefile | |
parent | c436dee09c45fbaa97af5484e815eaeb895f716a (diff) | |
download | FreeBSD-ports-c6385954d55f817ec4fb45d2fe6cd928b730cb89.zip FreeBSD-ports-c6385954d55f817ec4fb45d2fe6cd928b730cb89.tar.gz |
Update to version 4.2.7
PR: ports/69189
Submitted by: Ports Fury
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 ad6e117..bdc46ba 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> |