summaryrefslogtreecommitdiff
path: root/net/opal3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/opal3/Makefile')
-rw-r--r--net/opal3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/opal3/Makefile b/net/opal3/Makefile
index 3ec899cc98ef..d57c9442e402 100644
--- a/net/opal3/Makefile
+++ b/net/opal3/Makefile
@@ -30,8 +30,8 @@ USE_LDCONFIG= yes
#MAKE_JOBS_SAFE= yes
CXXFLAGS+= -I${LOCALBASE}/include
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
OPTIONS= ZRTP "Enable ZRTP protocol support" off \
JAVA "Enable Java JNI support" off \