summaryrefslogtreecommitdiff
path: root/devel/gpsim/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gpsim/Makefile')
-rw-r--r--devel/gpsim/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gpsim/Makefile b/devel/gpsim/Makefile
index 008c7c1411b6..716b45ded77f 100644
--- a/devel/gpsim/Makefile
+++ b/devel/gpsim/Makefile
@@ -21,7 +21,8 @@ RUN_DEPENDS= gpasm:${PORTSDIR}/devel/gputils
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.pre.mk>