summaryrefslogtreecommitdiff
path: root/devel/guichan/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/guichan/Makefile')
-rw-r--r--devel/guichan/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/guichan/Makefile b/devel/guichan/Makefile
index 38a669266387..d3720d72420f 100644
--- a/devel/guichan/Makefile
+++ b/devel/guichan/Makefile
@@ -20,8 +20,8 @@ GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_GNOME= gnomehack
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
OPTIONS= SDL "Enable SDL support" On \
ALLEGRO "Enable Allegro support" Off \