diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-11-26 21:03:59 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-11-26 21:03:59 +0000 |
commit | 404f9d762df34f48d85155a76825d9602533f683 (patch) | |
tree | d6040bdb3833e429e5f07b607f5bc47e5668d4d8 /math | |
parent | 4f531a32d69bc31a82506833d0009d9a364a4842 (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/plplot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/plplot/Makefile b/math/plplot/Makefile index c31325f935c3..437a380a465d 100644 --- a/math/plplot/Makefile +++ b/math/plplot/Makefile @@ -17,8 +17,6 @@ COMMENT= A scientific plotting package BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd -BROKEN= Broken pkg-plist - USE_LIBLTDL= yes USE_REINPLACE= yes GNU_CONFIGURE= yes @@ -102,6 +100,8 @@ post-patch: s|-litcl$$|-litcl32|g ; \ s|-ltcl$$|-ltcl83|g ; \ s|-lpthread|${PTHREAD_LIBS:S/"//g}|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|tk octave java|tk|g' \ + ${WRKSRC}/bindings/Makefile.in @${REINPLACE_CMD} -e 's| tclsh | ${LOCALBASE}/bin/tclsh8.3 |g' \ ${WRKSRC}/scripts/mktclIndex |