diff options
author | Martin Matuska <mm@FreeBSD.org> | 2012-02-14 12:45:35 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2012-02-14 12:45:35 +0000 |
commit | dbbf00416275070770d9e5699204815f28912444 (patch) | |
tree | 4ac9635418109e039475f07afaef5a2deacb3603 /x11 | |
parent | 205f1ac23dd674163b211b136715384d89c1bf4d (diff) |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdelibs4/Makefile | 3 | ||||
-rw-r--r-- | x11/xfce4-verve-plugin/Makefile | 2 | ||||
-rw-r--r-- | x11/xterm/Makefile | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile index 7482b3781e85..6b2ee5b9784b 100644 --- a/x11/kdelibs4/Makefile +++ b/x11/kdelibs4/Makefile @@ -8,6 +8,7 @@ PORTNAME= kdelibs PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -21,7 +22,7 @@ LIB_DEPENDS= searchclient.0:${PORTSDIR}/deskutils/strigi \ IlmImf.6:${PORTSDIR}/graphics/OpenEXR \ aspell.16:${PORTSDIR}/textproc/aspell \ jasper.4:${PORTSDIR}/graphics/jasper \ - pcre.0:${PORTSDIR}/devel/pcre \ + pcre.1:${PORTSDIR}/devel/pcre \ avahi-core.7:${PORTSDIR}/net/avahi-app \ enchant.1:${PORTSDIR}/textproc/enchant \ gif.5:${PORTSDIR}/graphics/giflib \ diff --git a/x11/xfce4-verve-plugin/Makefile b/x11/xfce4-verve-plugin/Makefile index 67f18a9815b9..0d211fac54c5 100644 --- a/x11/xfce4-verve-plugin/Makefile +++ b/x11/xfce4-verve-plugin/Makefile @@ -18,7 +18,7 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= xfce@FreeBSD.org COMMENT= A command line plugin for Xfce4 -LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre +LIB_DEPENDS= pcre.1:${PORTSDIR}/devel/pcre USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index 48551090baa0..45cfe21603a5 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -51,7 +51,7 @@ CONFIGURE_ARGS+= --enable-dec-locator .if defined(WITH_PCRE) CONFIGURE_ARGS+= --with-pcre -LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre +LIB_DEPENDS= pcre.1:${PORTSDIR}/devel/pcre .endif .if defined(WITH_GNOME) |