diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-19 15:06:22 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-19 15:06:22 +0000 |
commit | a13ac05dcabb1e924e256602c937765102b50763 (patch) | |
tree | 0ae646d5a5a60325b0db4bb580c1a87e166d70ff /security/tinc | |
parent | cad46906c088ae491490b0b377a54b018338860b (diff) | |
download | ports-a13ac05dcabb1e924e256602c937765102b50763.tar.gz ports-a13ac05dcabb1e924e256602c937765102b50763.zip |
Notes
Diffstat (limited to 'security/tinc')
-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 |