diff options
author | pav <pav@FreeBSD.org> | 2007-01-08 08:00:57 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-01-08 08:00:57 +0800 |
commit | 82f3c8e784002823e168c10d13f666526e328a60 (patch) | |
tree | 7343e744cd3b22d04182c344825860733cdb10cd /security/tclsasl | |
parent | 0fd8de27d0ccf12f5fbb0467f91a4032234e0ffb (diff) | |
download | freebsd-ports-graphics-82f3c8e784002823e168c10d13f666526e328a60.tar.gz freebsd-ports-graphics-82f3c8e784002823e168c10d13f666526e328a60.tar.zst freebsd-ports-graphics-82f3c8e784002823e168c10d13f666526e328a60.zip |
- Use new USE_TCL_BUILD/USE_TK_BUILD macros
Diffstat (limited to 'security/tclsasl')
-rw-r--r-- | security/tclsasl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/tclsasl/Makefile b/security/tclsasl/Makefile index 5f588007945..0695025d5bf 100644 --- a/security/tclsasl/Makefile +++ b/security/tclsasl/Makefile @@ -15,12 +15,11 @@ MAINTAINER= dsh@vlink.ru COMMENT= A Tcl interface to the Cyrus SASLv2 library LIB_DEPENDS= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 -# USE_TCL hack -BUILD_DEPENDS= ${RUN_DEPENDS} GNU_CONFIGURE= yes +USE_LDCONFIG= yes USE_TCL= yes -INSTALLS_SHLIB= yes +USE_TCL_BUILD= yes CONFIGURE_ARGS= --with-tcl=${TCL_LIBDIR} \ --with-tclinclude=${TCL_INCLUDEDIR} \ |