diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-04-17 02:07:54 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-04-17 02:07:54 +0000 |
commit | be9c74fc6eb9441da146ca616f91506daa37e072 (patch) | |
tree | 9ee2b7d18caf2e5b78b2e8c9d50e102fac5424d5 /misc/lingoteach | |
parent | 6cc54613b78da5f12d03543c6d04e305cfb5351d (diff) | |
download | ports-be9c74fc6eb9441da146ca616f91506daa37e072.tar.gz ports-be9c74fc6eb9441da146ca616f91506daa37e072.zip |
Notes
Diffstat (limited to 'misc/lingoteach')
-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 |