summaryrefslogtreecommitdiff
path: root/security/gss/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/gss/Makefile')
-rw-r--r--security/gss/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/gss/Makefile b/security/gss/Makefile
index 348b3f709d3a..ced24169bdcd 100644
--- a/security/gss/Makefile
+++ b/security/gss/Makefile
@@ -22,15 +22,14 @@ CONFLICTS= heimdal-[0-9]*
USE_PERL5_BUILD= yes
USE_GNOME= gnomehack pkgconfig
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --disable-kerberos5
USE_LDCONFIG= yes
INFO= gss
PORTDOCS= gss.html gss.ps gss.pdf
-CPPFLAGS= -I${LOCALBASE}/include
-LDFLAGS= -L${LOCALBASE}/lib
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
.include "Makefile.man"
.include <bsd.port.pre.mk>