diff options
author | krion <krion@FreeBSD.org> | 2003-09-01 06:00:33 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-09-01 06:00:33 +0800 |
commit | 744223bcae4c105ff887bcde5cb737491c5cb223 (patch) | |
tree | c527d0eb8226f59432c8807665d0785aac0fb4d1 /security | |
parent | af4c69a50f874e9fcf052e48c6018380701b60af (diff) | |
download | freebsd-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/Makefile | 3 |
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 |