aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/fox
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2003-11-10 20:20:24 +0000
committerEric Anholt <anholt@FreeBSD.org>2003-11-10 20:20:24 +0000
commita365124426d84c33375a6c4280e8b7507ab117fc (patch)
treef64b18a20388cb3b7e9ed51bcdb9a86a3222d506 /x11-toolkits/fox
parentaf1ed7e9effc2d656ec6e1d936ac9bef22eeea61 (diff)
downloadports-a365124426d84c33375a6c4280e8b7507ab117fc.tar.gz
ports-a365124426d84c33375a6c4280e8b7507ab117fc.zip
Link to libGL, not libMesaGL. Bump portrevision for this. While I'm here,
USE_MESA -> USE_GL. Reported by: bento (kris)
Notes
Notes: svn path=/head/; revision=93698
Diffstat (limited to 'x11-toolkits/fox')
-rw-r--r--x11-toolkits/fox/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/x11-toolkits/fox/Makefile b/x11-toolkits/fox/Makefile
index f620bfa30a71..5e0bee304f63 100644
--- a/x11-toolkits/fox/Makefile
+++ b/x11-toolkits/fox/Makefile
@@ -7,7 +7,7 @@
PORTNAME= fox
PORTVERSION?= 1.0.46
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= x11-toolkits
MASTER_SITES= http://www.fox-toolkit.org/ftp/ \
ftp://ftp.fox-toolkit.org/pub/ \
@@ -21,7 +21,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png \
tiff.4:${PORTSDIR}/graphics/tiff
-USE_MESA= yes
+USE_GL= yes
INSTALLS_SHLIB= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
@@ -88,6 +88,9 @@ post-patch:
's|-O2|-O2 ${CXXFLAGS}|g' \
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
.endif
+ @${REINPLACE_CMD} -E -e \
+ 's|lMesaGL|lGL|g' \
+ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
# doc prefix safeness
@${REINPLACE_CMD} -E -e \
's|^(htmldir).*$$|\1=${DOCSDIR}/html|' \