1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Fix build

PR:		ports/74426
Submitted by:	Ports Fury
This commit is contained in:
Kirill Ponomarev 2004-11-26 21:03:59 +00:00
parent 4f531a32d6
commit 404f9d762d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122528

View File

@ -17,8 +17,6 @@ COMMENT= A scientific plotting package
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd
BROKEN= Broken pkg-plist
USE_LIBLTDL= yes USE_LIBLTDL= yes
USE_REINPLACE= yes USE_REINPLACE= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
@ -102,6 +100,8 @@ post-patch:
s|-litcl$$|-litcl32|g ; \ s|-litcl$$|-litcl32|g ; \
s|-ltcl$$|-ltcl83|g ; \ s|-ltcl$$|-ltcl83|g ; \
s|-lpthread|${PTHREAD_LIBS:S/"//g}|g' ${WRKSRC}/configure 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' \ @${REINPLACE_CMD} -e 's| tclsh | ${LOCALBASE}/bin/tclsh8.3 |g' \
${WRKSRC}/scripts/mktclIndex ${WRKSRC}/scripts/mktclIndex