aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-03-14 15:07:27 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-03-14 15:07:27 +0000
commitc2c8537f30071410a3ed1d7b66bfb44d605f89ce (patch)
treee9b4b6b83714a937edaea320204279ec20bcf32b /www
parentb21eb52ba924ee0f15a10effc4fb4021a19a3a91 (diff)
downloadports-c2c8537f30071410a3ed1d7b66bfb44d605f89ce.tar.gz
ports-c2c8537f30071410a3ed1d7b66bfb44d605f89ce.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/tclhttpd/files/Makefile.lib2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/tclhttpd/files/Makefile.lib b/www/tclhttpd/files/Makefile.lib
index 60fe980b1b26..b7be3b2eeca1 100644
--- a/www/tclhttpd/files/Makefile.lib
+++ b/www/tclhttpd/files/Makefile.lib
@@ -6,7 +6,7 @@ SRCS=crypt.c setuid.c limit.c utime.c metaPackage.c
CFLAGS+=-I${LOCALBASE}/include/tcl${TCL_DVER} -DUSE_TCL_STUBS \
-DTclhttpdbin_Init=${LIB}_Init -Wall -Werror
-LDADD+=-L${PREFIX}/lib -ltclstub${TCL_VER} -lcrypt
+LDADD+=-L${LOCALBASE}/lib -ltclstub${TCL_VER} -lcrypt
.PATH: ${.CURDIR}/src ${FILESDIR}