aboutsummaryrefslogtreecommitdiff
path: root/devel/glademm
diff options
context:
space:
mode:
authorAlexander Nedotsukov <bland@FreeBSD.org>2003-11-13 11:11:34 +0000
committerAlexander Nedotsukov <bland@FreeBSD.org>2003-11-13 11:11:34 +0000
commitdec4642a571f565fa5ea321e70f9fb36eb8ec5f4 (patch)
tree5e539d10781f190f7c9e7d336a70bfc25817e627 /devel/glademm
parent6ef74950ba464b4300510222feff2463e857febb (diff)
downloadports-dec4642a571f565fa5ea321e70f9fb36eb8ec5f4.tar.gz
ports-dec4642a571f565fa5ea321e70f9fb36eb8ec5f4.zip
Notes
Diffstat (limited to 'devel/glademm')
-rw-r--r--devel/glademm/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/glademm/Makefile b/devel/glademm/Makefile
index d45269ab1e36..637e8ad236da 100644
--- a/devel/glademm/Makefile
+++ b/devel/glademm/Makefile
@@ -7,6 +7,7 @@
PORTNAME= glademm
PORTVERSION= 2.0.0.1
+PORTREVISION= 1
CATEGORIES= devel gnome
MASTER_SITES= http://home.wtal.de/petig/Gtk/
DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION}
@@ -15,6 +16,7 @@ MAINTAINER= bland@FreeBSD.org
COMMENT= A C++ code generator backend for glade and glade2
USE_X_PREFIX= yes
+USE_REINPLACE= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack gnometarget
USE_LIBTOOL= yes
@@ -24,5 +26,12 @@ USE_GETOPT_LONG= yes
post-patch:
${RM} -f ${WRKSRC}/src/getopt.*
+ @${REINPLACE_CMD} \
+ -e 's|automake-1.7|automake17|g' \
+ -e 's|automake-1.5|automake15|g' \
+ -e 's|automake-1.4|automake14|g' \
+ -e 's|autoconf2.50|autoconf257|g' \
+ -e 's|autoconf2.13|autoconf213|g' \
+ ${WRKSRC}/src/glade--.cc
.include <bsd.port.post.mk>