diff options
author | leeym <leeym@FreeBSD.org> | 2003-04-17 10:07:54 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-04-17 10:07:54 +0800 |
commit | e9a217957bd61379e45dc348265f3f9038bc0a72 (patch) | |
tree | 3b686fd999a6e4ba29473385332ea941e038bf0c | |
parent | 11d16ede1715a8633655fc92f803ee010672cfc1 (diff) | |
download | freebsd-ports-gnome-e9a217957bd61379e45dc348265f3f9038bc0a72.tar.gz freebsd-ports-gnome-e9a217957bd61379e45dc348265f3f9038bc0a72.tar.zst freebsd-ports-gnome-e9a217957bd61379e45dc348265f3f9038bc0a72.zip |
mail address changed, also using USE_GNOME now
PR: 51045
Submitted by: Marcus von Appen <mva@sysfault.org>
-rw-r--r-- | misc/lingoteach/Makefile | 7 | ||||
-rw-r--r-- | misc/lingoteach/pkg-descr | 3 |
2 files changed, 4 insertions, 6 deletions
diff --git a/misc/lingoteach/Makefile b/misc/lingoteach/Makefile index 3791ac4406b3..112dd0c22cc7 100644 --- a/misc/lingoteach/Makefile +++ b/misc/lingoteach/Makefile @@ -16,15 +16,16 @@ DISTFILES= ${PORTNAME}-sound-${PORTVERSION}.tar.gz \ ${PORTNAME}-${PORTVERSION}.tar.gz .endif -MAINTAINER= mva121@gmx.net +MAINTAINER= mva@sysfault.org COMMENT= A language teaching program with sound -LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ - gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 +LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 + .if defined(WITH_SOUND) RUN_DEPENDS= ogg123:${PORTSDIR}/audio/vorbis-tools .endif +USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_TARGET= "" USE_GMAKE= yes diff --git a/misc/lingoteach/pkg-descr b/misc/lingoteach/pkg-descr index af6d5cdf3500..673921a722ce 100644 --- a/misc/lingoteach/pkg-descr +++ b/misc/lingoteach/pkg-descr @@ -6,6 +6,3 @@ Different types of learning are available for many words and sentences. WWW: http://www.lingoteach.org - --Marcus vA -mva121@gmx.net |