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 /deskutils | |
parent | 205f1ac23dd674163b211b136715384d89c1bf4d (diff) | |
download | ports-dbbf00416275070770d9e5699204815f28912444.tar.gz ports-dbbf00416275070770d9e5699204815f28912444.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gnote/Makefile | 3 | ||||
-rw-r--r-- | deskutils/xneur/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/deskutils/gnote/Makefile b/deskutils/gnote/Makefile index 079e94b1db96..7ee55a34a596 100644 --- a/deskutils/gnote/Makefile +++ b/deskutils/gnote/Makefile @@ -8,6 +8,7 @@ PORTNAME= gnote PORTVERSION= 0.7.6 +PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= GNOME @@ -18,7 +19,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ - pcre.0:${PORTSDIR}/devel/pcre \ + pcre.1:${PORTSDIR}/devel/pcre \ gtkspell.0:${PORTSDIR}/textproc/gtkspell \ boost_filesystem.4:${PORTSDIR}/devel/boost-libs \ uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid diff --git a/deskutils/xneur/Makefile b/deskutils/xneur/Makefile index 1943d590e478..6303af094da4 100644 --- a/deskutils/xneur/Makefile +++ b/deskutils/xneur/Makefile @@ -7,6 +7,7 @@ PORTNAME= xneur PORTVERSION= 0.15.0 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= http://dists.xneur.ru/release-${DISTVERSION}/tgz/ \ http://mirror.amdmi3.ru/distfiles/ @@ -15,7 +16,7 @@ MAINTAINER= admin@lissyara.su COMMENT= Auto keyboard switcher LIB_DEPENDS= notify.4:${PORTSDIR}/devel/libnotify \ - pcre.0:${PORTSDIR}/devel/pcre + pcre.1:${PORTSDIR}/devel/pcre USE_BZIP2= yes GNU_CONFIGURE= yes |