aboutsummaryrefslogtreecommitdiff
path: root/java/sablevm-classpath/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'java/sablevm-classpath/Makefile')
-rw-r--r--java/sablevm-classpath/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sablevm-classpath/Makefile b/java/sablevm-classpath/Makefile
index 080a0c6305f1..5ff3cecacaf2 100644
--- a/java/sablevm-classpath/Makefile
+++ b/java/sablevm-classpath/Makefile
@@ -30,7 +30,7 @@ USE_GMAKE= yes
USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME}
PLIST_SUB+= PORTVERSION=${PORTVERSION}
-CONFIGURE_ENV= CFLAGS="-I${PREFIX}/include -L${PREFIX}/lib -I${LOCALBASE}/include -L${LOCALBASE}/lib"
+CFLAGS+= -I${PREFIX}/include -L${PREFIX}/lib -I${LOCALBASE}/include -L${LOCALBASE}/lib
.include <bsd.port.pre.mk>