diff options
author | krion <krion@FreeBSD.org> | 2003-08-31 22:00:33 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-08-31 22:00:33 +0000 |
commit | 744223bcae4c105ff887bcde5cb737491c5cb223 (patch) | |
tree | c527d0eb8226f59432c8807665d0785aac0fb4d1 /security/tinc/Makefile | |
parent | af4c69a50f874e9fcf052e48c6018380701b60af (diff) | |
download | FreeBSD-ports-744223bcae4c105ff887bcde5cb737491c5cb223.zip FreeBSD-ports-744223bcae4c105ff887bcde5cb737491c5cb223.tar.gz |
- Use LIBS in CONFIGURE_ENV
Reported by: kris via bento
Diffstat (limited to 'security/tinc/Makefile')
-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 fed53fd..b478798 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 |