diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-19 20:28:24 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-19 20:28:24 +0000 |
commit | 83b3d65d660c0d725006badc6014790d27cb5ce9 (patch) | |
tree | 669f53c431c866267175373cb6966eb78b6e061a /misc/lingoteach | |
parent | 3a45b884da5c9580be3508f8c90f2a1fdebed703 (diff) |
Notes
Diffstat (limited to 'misc/lingoteach')
-rw-r--r-- | misc/lingoteach/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/lingoteach/Makefile b/misc/lingoteach/Makefile index 891571b563a0..10982f40153e 100644 --- a/misc/lingoteach/Makefile +++ b/misc/lingoteach/Makefile @@ -18,10 +18,8 @@ DISTFILES= ${PORTNAME}-sound-${PORTVERSION}.tar.gz \ MAINTAINER= mva121@gmx.net -BUILD_DEPENDS= gtk-query-immodules-2.0:${PORTSDIR}/x11-toolkits/gtk20:install \ - xml2-config:${PORTSDIR}/textproc/libxml2:install -LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2:install \ - gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20:install +LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ + gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 .if defined(WITH_SOUND) RUN_DEPENDS= ogg123:${PORTSDIR}/audio/vorbis-tools .endif |