aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2006-12-02 07:58:52 +0800
committermiwi <miwi@FreeBSD.org>2006-12-02 07:58:52 +0800
commit3248965d408c19cc296da50678b3b5f92494fbce (patch)
tree78d59f368c39298c4071fbd954bc93cb5a67f893 /math
parent842d1a1ec189e64811e38bee1b1b81e21dc02255 (diff)
downloadfreebsd-ports-gnome-3248965d408c19cc296da50678b3b5f92494fbce.tar.gz
freebsd-ports-gnome-3248965d408c19cc296da50678b3b5f92494fbce.tar.zst
freebsd-ports-gnome-3248965d408c19cc296da50678b3b5f92494fbce.zip
- Respect X11BASE
PR: ports/106105 Submitted by: laszlof@
Diffstat (limited to 'math')
-rw-r--r--math/biggles/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/math/biggles/Makefile b/math/biggles/Makefile
index 9186c8f26b40..7708f6e1f69d 100644
--- a/math/biggles/Makefile
+++ b/math/biggles/Makefile
@@ -21,5 +21,10 @@ LIB_DEPENDS= plot:${PORTSDIR}/graphics/plotutils
USE_PYTHON= yes
USE_PYDISTUTILS= yes
+USE_LDCONFIG= yes
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|g' ${WRKSRC}/make.inc
+ @${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|g' ${WRKSRC}/setup.py
.include <bsd.port.mk>