aboutsummaryrefslogtreecommitdiff
path: root/lang/guile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-06-01 18:13:22 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-06-01 18:13:22 +0000
commita9b7d3874ba471d2bfe0bdc330126f9f0ff48d18 (patch)
tree9b1363432f93594606643ba297a5f13fbd51deee /lang/guile
parent50e35629b5ce8af24d3b95bfb7f935bfc908275f (diff)
downloadports-a9b7d3874ba471d2bfe0bdc330126f9f0ff48d18.tar.gz
ports-a9b7d3874ba471d2bfe0bdc330126f9f0ff48d18.zip
Fix build after USE_NCURSES introduction
Notes
Notes: svn path=/head/; revision=274939
Diffstat (limited to 'lang/guile')
-rw-r--r--lang/guile/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/guile/Makefile b/lang/guile/Makefile
index 3a0ffaa7804b..b0213e57e0de 100644
--- a/lang/guile/Makefile
+++ b/lang/guile/Makefile
@@ -24,8 +24,8 @@ GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_NCURSES= yes
USE_GNOME= gnometarget
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+LDFLAGS+= -L${LOCALBASE}/lib
+CPPFLAGS+= -I${LOCALBASE}/include
GUILE_VER= 1.8
PLIST_SUB= GUILE_VER=${GUILE_VER}