diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-05-01 04:02:37 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-05-01 04:02:37 +0000 |
commit | bbf54beefca557e77c02d6507cf3a15a52245d88 (patch) | |
tree | 0abaa5fd74d4a9a0430dbd0204b653058932ae18 /devel/anjuta | |
parent | 60b1b843bfe0e0b38a07e3be9d7d1234114985e6 (diff) | |
download | ports-bbf54beefca557e77c02d6507cf3a15a52245d88.tar.gz ports-bbf54beefca557e77c02d6507cf3a15a52245d88.zip |
Notes
Diffstat (limited to 'devel/anjuta')
-rw-r--r-- | devel/anjuta/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/anjuta/Makefile b/devel/anjuta/Makefile index 14f78eaf0d17..9a597b38c26b 100644 --- a/devel/anjuta/Makefile +++ b/devel/anjuta/Makefile @@ -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 +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 |