diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-12-01 23:58:52 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-12-01 23:58:52 +0000 |
commit | 1a248c7508de1e4ad66afc00f774a3e936de9292 (patch) | |
tree | 35485b20c6c905937c11161e234288e64ef5b8a1 | |
parent | 3f2fb41bf2eca33047448bbdcc155ededd66d665 (diff) | |
download | ports-1a248c7508de1e4ad66afc00f774a3e936de9292.tar.gz ports-1a248c7508de1e4ad66afc00f774a3e936de9292.zip |
Notes
-rw-r--r-- | math/biggles/Makefile | 5 |
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> |