aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-04-24 07:59:18 +0800
committermiwi <miwi@FreeBSD.org>2008-04-24 07:59:18 +0800
commitcdeee0adcf8ca84e85e12a51bc1407d946dfaeea (patch)
tree1cb955b84fada849e5432130bc64bcdcb2c174f8 /japanese
parent78b539cc69159760d71035e9e3a292f6f948a295 (diff)
downloadfreebsd-ports-gnome-cdeee0adcf8ca84e85e12a51bc1407d946dfaeea.tar.gz
freebsd-ports-gnome-cdeee0adcf8ca84e85e12a51bc1407d946dfaeea.tar.zst
freebsd-ports-gnome-cdeee0adcf8ca84e85e12a51bc1407d946dfaeea.zip
- Fix build
Submitted by: pointyhat
Diffstat (limited to 'japanese')
-rw-r--r--japanese/expect/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/japanese/expect/Makefile b/japanese/expect/Makefile
index fd905c36f769..0bcb3e2d2153 100644
--- a/japanese/expect/Makefile
+++ b/japanese/expect/Makefile
@@ -7,7 +7,7 @@
PORTNAME= expect
PORTVERSION= 5.30
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= japanese lang tk
MASTER_SITES= ftp://ftp.nist.gov/mel/div826/subject/expect/old/
@@ -17,7 +17,9 @@ COMMENT= A sophisticated scripter based on Japanized tcl/tk
LIB_DEPENDS= tk80jp.1:${PORTSDIR}/japanese/tk80
USE_AUTOTOOLS= autoconf:213
-CONFIGURE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
+CONFIGURE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
+ CFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --enable-shared --with-tclconfig=${PREFIX}/lib/tcl8.0jp \
--with-tkconfig=${PREFIX}/lib/tk8.0jp \
--with-tclinclude=${PREFIX}/include/tcl8.0jp \