summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2004-03-12 02:48:25 +0000
committerAde Lovett <ade@FreeBSD.org>2004-03-12 02:48:25 +0000
commit91e0c8f1a70eea46e773c869a6b98512ea431673 (patch)
tree44462ccacbc9522809230060d6808bfbc48e2d42 /comms
parentremove duplicate LATEST_LINK (diff)
Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* with
the USE_<x> equivalents. In the current scheme of things, the WANT_ variables in this case are synonymous with the USE_ ones, and thus need to be exterminated. First in a series of major autotools cleanups.
Notes
Notes: svn path=/head/; revision=103722
Diffstat (limited to 'comms')
-rw-r--r--comms/libticables/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/libticables/Makefile b/comms/libticables/Makefile
index 9df731908f2c..fa992e08e36c 100644
--- a/comms/libticables/Makefile
+++ b/comms/libticables/Makefile
@@ -18,7 +18,7 @@ COMMENT= TI calculator link cables library
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
-WANT_AUTOMAKE_VER= 15
+USE_AUTOMAKE_VER= 15
GNU_CONFIGURE= yes
USE_GETTEXT= yes
USE_LIBTOOL= yes