diff options
author | bland <bland@FreeBSD.org> | 2004-03-12 19:10:13 +0800 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2004-03-12 19:10:13 +0800 |
commit | 6cb7332dca7024e8125eac218d949d71c67b687e (patch) | |
tree | 346665770b8db4f734d6502770d77b3bdff7b4d7 /games/gcompris2 | |
parent | 5d46e67d4ec0056b94fec219ca9715664f9a5719 (diff) | |
download | freebsd-ports-gnome-6cb7332dca7024e8125eac218d949d71c67b687e.tar.gz freebsd-ports-gnome-6cb7332dca7024e8125eac218d949d71c67b687e.tar.zst freebsd-ports-gnome-6cb7332dca7024e8125eac218d949d71c67b687e.zip |
Add missed build dependency.
Reported by: bento via kris
Diffstat (limited to 'games/gcompris2')
-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 |