diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-31 22:00:33 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-31 22:00:33 +0000 |
commit | d232206fe07d00b83bba01f4634714b4e710c0ff (patch) | |
tree | 5cfd09007b6ad477ab8a189028e18ec41bed48dc /security/tinc | |
parent | 701726376fd1d28aa47e73cfe7d227de6f4cf340 (diff) | |
download | ports-d232206fe07d00b83bba01f4634714b4e710c0ff.tar.gz ports-d232206fe07d00b83bba01f4634714b4e710c0ff.zip |
Notes
Diffstat (limited to 'security/tinc')
-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 |