diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2007-03-11 19:41:33 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2007-03-11 19:41:33 +0000 |
commit | 9162f7ee928899db1fda25e7ff139b1af5df2070 (patch) | |
tree | 1933cf259b73d1b45b05a6315a7d77d1a79edd6d /devel/anjuta | |
parent | 8cdc3c812d8da8667d3593af813cfe9f029a5c0d (diff) | |
download | ports-9162f7ee928899db1fda25e7ff139b1af5df2070.tar.gz ports-9162f7ee928899db1fda25e7ff139b1af5df2070.zip |
Notes
Diffstat (limited to 'devel/anjuta')
-rw-r--r-- | devel/anjuta/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/anjuta/Makefile b/devel/anjuta/Makefile index a01939a2c168..67f4b95d59f0 100644 --- a/devel/anjuta/Makefile +++ b/devel/anjuta/Makefile @@ -7,7 +7,7 @@ PORTNAME= anjuta PORTVERSION= 1.2.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= anjuta @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= anjuta MAINTAINER= gnome@FreeBSD.org COMMENT= Integrated Development Environment for C and C++ -LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre-utf8 +LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre RUN_DEPENDS= ${LOCALBASE}/gnu-autotools/bin/autoconf:${PORTSDIR}/devel/gnu-autoconf \ ${LOCALBASE}/gnu-autotools/bin/automake:${PORTSDIR}/devel/gnu-automake \ libtool:${PORTSDIR}/devel/libtool15 |