aboutsummaryrefslogtreecommitdiff
path: root/security/tclsasl
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-01-08 00:00:57 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-01-08 00:00:57 +0000
commit9e9ef47797d9fbfff1149f1cc003e33964462580 (patch)
tree220c674eea737ae74bea23164b0350e21cf65292 /security/tclsasl
parentb681129df8546c90437606914cb73112737f6802 (diff)
downloadports-9e9ef47797d9fbfff1149f1cc003e33964462580.tar.gz
ports-9e9ef47797d9fbfff1149f1cc003e33964462580.zip
- Use new USE_TCL_BUILD/USE_TK_BUILD macros
Notes
Notes: svn path=/head/; revision=181732
Diffstat (limited to 'security/tclsasl')
-rw-r--r--security/tclsasl/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/tclsasl/Makefile b/security/tclsasl/Makefile
index 5f5880079457..0695025d5bf3 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} \