diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-07 19:21:11 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-07 19:21:11 +0000 |
commit | 73050305304492f989a7d6677ac64e1f3e2670e0 (patch) | |
tree | f10dd6af7a7f29e367043e036534a5f00a0ad13d /misc/lingoteach | |
parent | ad33b9c6732ba9466070be1bd8618f82c0af7027 (diff) | |
download | ports-73050305304492f989a7d6677ac64e1f3e2670e0.tar.gz ports-73050305304492f989a7d6677ac64e1f3e2670e0.zip |
Notes
Diffstat (limited to 'misc/lingoteach')
-rw-r--r-- | misc/lingoteach/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/lingoteach/Makefile b/misc/lingoteach/Makefile index 10982f40153e..522db31a3215 100644 --- a/misc/lingoteach/Makefile +++ b/misc/lingoteach/Makefile @@ -7,7 +7,7 @@ PORTNAME= lingoteach PORTVERSION= 0.3.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,7 +19,7 @@ DISTFILES= ${PORTNAME}-sound-${PORTVERSION}.tar.gz \ MAINTAINER= mva121@gmx.net LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ - gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 + gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 .if defined(WITH_SOUND) RUN_DEPENDS= ogg123:${PORTSDIR}/audio/vorbis-tools .endif |