aboutsummaryrefslogtreecommitdiff
path: root/devel/anjuta
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-05-24 18:03:50 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-05-24 18:03:50 +0000
commit4def7d3133968e993df4aefc54972d157cdc7763 (patch)
treeb0ec7fff550c3a480c9dcba9dd9e049db00a44ab /devel/anjuta
parentc2d984957973d9b72f4588ee5804049b5b668725 (diff)
downloadports-4def7d3133968e993df4aefc54972d157cdc7763.tar.gz
ports-4def7d3133968e993df4aefc54972d157cdc7763.zip
Switch libtool dependency from gnu-libtool to libtool15.
Notes
Notes: svn path=/head/; revision=163298
Diffstat (limited to 'devel/anjuta')
-rw-r--r--devel/anjuta/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/anjuta/Makefile b/devel/anjuta/Makefile
index 0e6491ce5dcc..e3c68300f071 100644
--- a/devel/anjuta/Makefile
+++ b/devel/anjuta/Makefile
@@ -7,7 +7,7 @@
PORTNAME= anjuta
PORTVERSION= 1.2.4
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= anjuta
@@ -18,7 +18,7 @@ COMMENT= Integrated Development Environment for C and C++
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre-utf8
RUN_DEPENDS= ${LOCALBASE}/gnu-autotools/bin/autoconf:${PORTSDIR}/devel/gnu-autoconf \
${LOCALBASE}/gnu-autotools/bin/automake:${PORTSDIR}/devel/gnu-automake \
- ${LOCALBASE}/gnu-autotools/bin/libtool:${PORTSDIR}/devel/gnu-libtool
+ libtool:${PORTSDIR}/devel/libtool15
USE_X_PREFIX= yes
USE_GMAKE= yes