diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-03-12 19:10:13 +0800 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-03-12 19:10:13 +0800 |
commit | 51272cfbf5980cb0b32527d4827a3d933d876b68 (patch) | |
tree | c0a9704d21dd3d605f066d083285c8d55a3fb8ab /games | |
parent | b1f0da5679da531ee02223aaea608cfcf195987c (diff) | |
download | freebsd-ports-gnome-51272cfbf5980cb0b32527d4827a3d933d876b68.tar.gz freebsd-ports-gnome-51272cfbf5980cb0b32527d4827a3d933d876b68.tar.zst freebsd-ports-gnome-51272cfbf5980cb0b32527d4827a3d933d876b68.zip |
Add missed build dependency.
Reported by: bento via kris
Diffstat (limited to 'games')
-rw-r--r-- | games/gcompris2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/gcompris2/Makefile b/games/gcompris2/Makefile index 41c2413c8110..e6be7bf5f296 100644 --- a/games/gcompris2/Makefile +++ b/games/gcompris2/Makefile @@ -15,6 +15,7 @@ DISTNAME= gcompris-${PORTVERSION} MAINTAINER= gnome@freebsd.org COMMENT= A simple Gnome2-based education game for children starting at 3 +BUILD_DEPENDS= texi2html:${PORTSDIR}/textproc/texi2html LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis \ ao.3:${PORTSDIR}/audio/libao \ assetml.0:${PORTSDIR}/devel/libassetml |