diff options
-rw-r--r-- | security/tinc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/tinc/Makefile b/security/tinc/Makefile index 5e6b1ad35e2e..206ce9b83ba2 100644 --- a/security/tinc/Makefile +++ b/security/tinc/Makefile @@ -23,8 +23,9 @@ USE_OPENSSL= yes USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" +CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAN5= tinc.conf.5 MAN8= tincd.8 |