aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtkglext
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-11-05 06:23:44 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-11-05 06:23:44 +0000
commit1a7f46e51be2b12575513242db1c6de73e71d076 (patch)
tree221ea409f7d91d32ee9f7f37c723f7f47c5be9c3 /x11-toolkits/gtkglext
parenteef04fc7bd10ab76866534664ab1326a3b6509d7 (diff)
downloadports-1a7f46e51be2b12575513242db1c6de73e71d076.tar.gz
ports-1a7f46e51be2b12575513242db1c6de73e71d076.zip
Notes
Diffstat (limited to 'x11-toolkits/gtkglext')
-rw-r--r--x11-toolkits/gtkglext/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/x11-toolkits/gtkglext/Makefile b/x11-toolkits/gtkglext/Makefile
index a4d2bce3d1c1..e819f273eb44 100644
--- a/x11-toolkits/gtkglext/Makefile
+++ b/x11-toolkits/gtkglext/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gtkglext
PORTVERSION= 1.0.6
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0
@@ -20,8 +20,13 @@ USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GNOME= gnomeprefix gnomehack gtk20
USE_GL= yes
+USE_REINPLACE= yes
USE_LIBTOOL_VER=15
USE_GMAKE= yes
INSTALLS_SHLIB= yes
+post-patch:
+ @${REINPLACE_CMD} -e 's|pango gmodule-2.0|pango pangox gmodule-2.0|g' \
+ ${WRKSRC}/configure
+
.include <bsd.port.mk>