diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-05-10 06:15:24 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-05-10 06:15:24 +0000 |
commit | b8f2b2b722c27825a7d35e7771e8027bc4dea53b (patch) | |
tree | 68fdcaff8ad58d5414517b06f8caaa23e62ee565 /comms/gnocky | |
parent | 17485cab02d1284eefd6836b31234af21c8b630a (diff) |
Notes
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 84294a113095..37326bc5c1c8 100644 --- a/comms/gnocky/Makefile +++ b/comms/gnocky/Makefile @@ -7,14 +7,14 @@ PORTNAME= gnocky PORTVERSION= 0.0.6 -PORTREVISION= 5 +PORTREVISION= 6 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.5:${PORTSDIR}/comms/gnokii +LIB_DEPENDS= gnokii.6:${PORTSDIR}/comms/gnokii USE_GNOME= gtk20 libglade2 GNU_CONFIGURE= yes |