summaryrefslogtreecommitdiffstats
path: root/java/cacao/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'java/cacao/Makefile')
-rw-r--r--java/cacao/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/cacao/Makefile b/java/cacao/Makefile
index 076b5b9..db6e0bb 100644
--- a/java/cacao/Makefile
+++ b/java/cacao/Makefile
@@ -22,8 +22,8 @@ JAVA_VERSION= 1.5+
GNU_CONFIGURE= yes
MAN1= cacao.1
CONFIGURE_ARGS+= --with-classpath-prefix=${LOCALBASE}
-CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
- LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
+LDFLAGS+= -L${LOCALBASE}/lib
+CFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.pre.mk>
OpenPOWER on IntegriCloud