diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2003-11-10 20:20:24 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2003-11-10 20:20:24 +0000 |
commit | a365124426d84c33375a6c4280e8b7507ab117fc (patch) | |
tree | f64b18a20388cb3b7e9ed51bcdb9a86a3222d506 /x11-toolkits/fox10 | |
parent | af1ed7e9effc2d656ec6e1d936ac9bef22eeea61 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/fox10')
-rw-r--r-- | x11-toolkits/fox10/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/x11-toolkits/fox10/Makefile b/x11-toolkits/fox10/Makefile index f620bfa30a71..5e0bee304f63 100644 --- a/x11-toolkits/fox10/Makefile +++ b/x11-toolkits/fox10/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|' \ |