diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2009-09-11 12:46:52 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2009-09-11 12:46:52 +0000 |
commit | 716556652c32533993c8bfc886bd076369557151 (patch) | |
tree | 5b6cd5abe209f9711339971c3e4f250821e22a38 /comms/gnocky | |
parent | 2c3340e7cca9ebc4b868e6c1d8b9870f508aa9fb (diff) |
Chase gnokii shared library bump
Notes
Notes:
svn path=/head/; revision=241225
Diffstat (limited to 'comms/gnocky')
-rw-r--r-- | comms/gnocky/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/gnocky/Makefile b/comms/gnocky/Makefile index 1a28e1a3aef5..bc49d2f68bf8 100644 --- a/comms/gnocky/Makefile +++ b/comms/gnocky/Makefile @@ -7,14 +7,14 @@ PORTNAME= gnocky PORTVERSION= 0.0.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms MASTER_SITES= http://www.gnokii.org/download/gnocky/ MAINTAINER= danfe@FreeBSD.org COMMENT= A graphical (GTK+2) frontend for gnokii -LIB_DEPENDS= gnokii.4:${PORTSDIR}/comms/gnokii +LIB_DEPENDS= gnokii.5:${PORTSDIR}/comms/gnokii USE_GNOME= gtk20 libglade2 GNU_CONFIGURE= yes |