diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2014-01-29 13:32:25 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2014-01-29 13:32:25 +0000 |
commit | 96bb272cf606d5f684413007c8d47f62832d174f (patch) | |
tree | 473b64117c1093a18b69fd14ef56f350b0836159 /comms | |
parent | 70ef86a88171c91fac000f4c4c14cda5fb31ed98 (diff) | |
download | ports-96bb272cf606d5f684413007c8d47f62832d174f.tar.gz ports-96bb272cf606d5f684413007c8d47f62832d174f.zip |
- Convert to USES=tcl
Notes
Notes:
svn path=/head/; revision=341736
Diffstat (limited to 'comms')
-rw-r--r-- | comms/hamlib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/hamlib/Makefile b/comms/hamlib/Makefile index 22380cdfe35a..790f38ae9b72 100644 --- a/comms/hamlib/Makefile +++ b/comms/hamlib/Makefile @@ -13,9 +13,8 @@ LICENSE= LGPL20 BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 -USES= perl5 pkgconfig pathfix +USES= perl5 pkgconfig pathfix tcl USE_GNOME= libxml2 -USE_TCL= yes USE_PYTHON= yes USE_AUTOTOOLS= autoconf libtool libltdl USE_LDCONFIG= yes |