diff options
author | marcus <marcus@FreeBSD.org> | 2008-03-01 14:22:42 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2008-03-01 14:22:42 +0800 |
commit | 6127ef4c19b3753b5c840084cb831d63174d1be5 (patch) | |
tree | 89299bcb6515924909e72b49e39c149921ba8fd2 /deskutils/gnotime | |
parent | 337ea022b8a5578a7859f25f4046591bee3d8325 (diff) | |
download | freebsd-ports-gnome-6127ef4c19b3753b5c840084cb831d63174d1be5.tar.gz freebsd-ports-gnome-6127ef4c19b3753b5c840084cb831d63174d1be5.tar.zst freebsd-ports-gnome-6127ef4c19b3753b5c840084cb831d63174d1be5.zip |
Chase libguile shared lib version.
Diffstat (limited to 'deskutils/gnotime')
-rw-r--r-- | deskutils/gnotime/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/gnotime/Makefile b/deskutils/gnotime/Makefile index 7df1470b483c..9b027df63a55 100644 --- a/deskutils/gnotime/Makefile +++ b/deskutils/gnotime/Makefile @@ -8,7 +8,7 @@ PORTNAME= gnotime PORTVERSION= 2.2.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= deskutils gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gttr @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= gttr MAINTAINER= ports@FreeBSD.org COMMENT= GnoTime is a time tracker for gnome2 -LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.18:${PORTSDIR}/lang/guile USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack gnomeprefix intlhack gtkhtml3 libgnomeui |