summaryrefslogtreecommitdiff
path: root/net/openh323/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/openh323/Makefile')
-rw-r--r--net/openh323/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/openh323/Makefile b/net/openh323/Makefile
index fa860d159c2e..7add8bff782a 100644
--- a/net/openh323/Makefile
+++ b/net/openh323/Makefile
@@ -28,8 +28,9 @@ GNU_CONFIGURE= yes
USE_LDCONFIG= yes
ALL_TARGET= optshared
-CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -I${WRKSRC}/include" \
- LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" BUILDTIME="YES"
+CONFIGURE_ENV+= BUILDTIME="YES"
+CPPFLAGS+= -I${LOCALBASE}/include -I${WRKSRC}/include
+LDFLAGS+= -L${LOCALBASE}/lib
MAKE_ENV= BUILDTIME="YES"
.include <bsd.port.pre.mk>