summaryrefslogtreecommitdiff
path: root/x11-toolkits/viewkit
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2004-08-03 22:36:52 +0000
committerAde Lovett <ade@FreeBSD.org>2004-08-03 22:36:52 +0000
commite32a8245791aab6e734fe5ecda71641e15c94b45 (patch)
tree4daccf3b91f25a920b92ab009f8f336fb635fb30 /x11-toolkits/viewkit
parent- Fix conjuration with gcc-3.4.2 (diff)
Move devel/autoconf->devel/autoconf253 and devel/automake->devel/automake15
All autotools ports are now truly versioned and do not conflict with each other. This marks the end of "Phase 1" of the autotools updates.
Notes
Notes: svn path=/head/; revision=115365
Diffstat (limited to 'x11-toolkits/viewkit')
-rw-r--r--x11-toolkits/viewkit/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-toolkits/viewkit/Makefile b/x11-toolkits/viewkit/Makefile
index 27c5957e4d3c..1976a6716c76 100644
--- a/x11-toolkits/viewkit/Makefile
+++ b/x11-toolkits/viewkit/Makefile
@@ -19,10 +19,7 @@ DISTNAME= libvk-Apr19-2243
MAINTAINER= peterho@ned.dem.csiro.au
COMMENT= ViewKit workalike from Hungry Programmers
-BUILD_DEPENDS= ${AUTOCONFIG}:${PORTSDIR}/devel/${AUTOCONFIG}
-
-AUTOCONFIG= autoconf
-
+WANT_AUTOCONF_VER= 253
MOTIFPACKAGE?= open-motif
USE_X_PREFIX= yes
USE_MOTIF = yes
@@ -36,6 +33,6 @@ BROKEN= "Does not compile (bad C++ code)"
.endif
pre-configure:
- @cd ${WRKSRC}; ${CHMOD} +w configure; ${AUTOCONFIG}
+ @cd ${WRKSRC}; ${CHMOD} +w configure; ${AUTOCONF}
.include <bsd.port.post.mk>