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 /net-mgmt/yaf | |
parent | 205f1ac23dd674163b211b136715384d89c1bf4d (diff) |
Notes
Diffstat (limited to 'net-mgmt/yaf')
-rw-r--r-- | net-mgmt/yaf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/yaf/Makefile b/net-mgmt/yaf/Makefile index fc2ecd595ac2..12e50db7d6d6 100644 --- a/net-mgmt/yaf/Makefile +++ b/net-mgmt/yaf/Makefile @@ -6,6 +6,7 @@ PORTNAME= yaf PORTVERSION= 2.1.1 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://tools.netsa.cert.org/releases/ @@ -16,7 +17,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= fixbuf:${PORTSDIR}/net/libfixbuf \ - pcre.0:${PORTSDIR}/devel/pcre + pcre.1:${PORTSDIR}/devel/pcre GNU_CONFIGURE= yes USE_GNOME= glib20 gnomehack |