diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-18 20:36:20 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-18 20:36:20 +0000 |
commit | 2db52cf753ec0501d7b5fc5a299fa492475cbea0 (patch) | |
tree | aa3893785bf0823baac29096a5342d02322f84b5 /games | |
parent | Chase neon shared lib version number. (diff) |
Add dependency on gnomecanvas.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=66638
Diffstat (limited to 'games')
-rw-r--r-- | games/gcompris/Makefile | 2 | ||||
-rw-r--r-- | games/gcompris2/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/gcompris/Makefile b/games/gcompris/Makefile index bf2e734ab786..4f5f2b172531 100644 --- a/games/gcompris/Makefile +++ b/games/gcompris/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= ogg123:${PORTSDIR}/audio/vorbis-tools USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOMENG= yes -USE_GNOME= gnomeprefix gnomehack gnomelibs gdkpixbuf +USE_GNOME= gnomeprefix gnomehack gnomelibs gnomecanvas USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/games/gcompris2/Makefile b/games/gcompris2/Makefile index bf2e734ab786..4f5f2b172531 100644 --- a/games/gcompris2/Makefile +++ b/games/gcompris2/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= ogg123:${PORTSDIR}/audio/vorbis-tools USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOMENG= yes -USE_GNOME= gnomeprefix gnomehack gnomelibs gdkpixbuf +USE_GNOME= gnomeprefix gnomehack gnomelibs gnomecanvas USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |