summaryrefslogtreecommitdiffstats
path: root/print/libgnomeprintmm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/libgnomeprintmm/Makefile')
-rw-r--r--print/libgnomeprintmm/Makefile15
1 files changed, 12 insertions, 3 deletions
diff --git a/print/libgnomeprintmm/Makefile b/print/libgnomeprintmm/Makefile
index 4afadb223..d91a2a973 100644
--- a/print/libgnomeprintmm/Makefile
+++ b/print/libgnomeprintmm/Makefile
@@ -21,12 +21,21 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
-USE_GCC= 3.3
-USE_GNOME= gnomeprefix gnomehack lthack libgnomeprint
+USE_GCC= 3.4
+USE_GNOME= gnomeprefix gnomehack libgnomeprint
INSTALLS_SHLIB= yes
-USE_INC_LIBTOOL_VER=13
+USE_INC_LIBTOOL_VER=15
CONFIGURE_ARGS= --enable-static
PLIST_SUB= VERSION="2.5" API_VERSION="2.6"
+patch-autotools:
+ @(cd ${PATCH_WRKSRC}; \
+ for file in ${LIBTOOLFILES}; do \
+ ${CP} $$file $$file.tmp; \
+ ${SED} -e "/^ltmain=/s^\$$ac_aux_dir/ltmain.sh^${LTMAIN}^g" \
+ $$file.tmp > $$file; \
+ ${RM} $$file.tmp; \
+ done);
+
.include <bsd.port.mk>