aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-09-01 06:00:33 +0800
committerkrion <krion@FreeBSD.org>2003-09-01 06:00:33 +0800
commit744223bcae4c105ff887bcde5cb737491c5cb223 (patch)
treec527d0eb8226f59432c8807665d0785aac0fb4d1 /security
parentaf4c69a50f874e9fcf052e48c6018380701b60af (diff)
downloadfreebsd-ports-gnome-744223bcae4c105ff887bcde5cb737491c5cb223.tar.gz
freebsd-ports-gnome-744223bcae4c105ff887bcde5cb737491c5cb223.tar.zst
freebsd-ports-gnome-744223bcae4c105ff887bcde5cb737491c5cb223.zip
- Use LIBS in CONFIGURE_ENV
Reported by: kris via bento
Diffstat (limited to 'security')
-rw-r--r--security/tinc/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/tinc/Makefile b/security/tinc/Makefile
index fed53fd60b0c..b47879876f6c 100644
--- a/security/tinc/Makefile
+++ b/security/tinc/Makefile
@@ -24,8 +24,7 @@ USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib" \
- MAKEINFO="makeinfo --no-split"
+ LIBS="-L${LOCALBASE}/lib" \
MAN5= tinc.conf.5
MAN8= tincd.8