diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-02-25 19:57:22 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-02-25 19:57:22 +0800 |
commit | 81417b7b108890d31b76bdc6bbc235cac1102845 (patch) | |
tree | 2b14bc5b87caeeb5257175640015130c278d7584 | |
parent | 2cf7f4a05079da91f36fedb034105341dc53762f (diff) | |
download | marcuscom-ports-81417b7b108890d31b76bdc6bbc235cac1102845.tar marcuscom-ports-81417b7b108890d31b76bdc6bbc235cac1102845.tar.gz marcuscom-ports-81417b7b108890d31b76bdc6bbc235cac1102845.tar.bz2 marcuscom-ports-81417b7b108890d31b76bdc6bbc235cac1102845.tar.lz marcuscom-ports-81417b7b108890d31b76bdc6bbc235cac1102845.tar.xz marcuscom-ports-81417b7b108890d31b76bdc6bbc235cac1102845.tar.zst marcuscom-ports-81417b7b108890d31b76bdc6bbc235cac1102845.zip |
Add depend on sqlite3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15317 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | games/gnome-games3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/gnome-games3/Makefile b/games/gnome-games3/Makefile index ddb413867..326edb9a0 100644 --- a/games/gnome-games3/Makefile +++ b/games/gnome-games3/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/games/gnome-games3/Makefile,v 1.1 2010/07/23 19:35:48 kwm Exp $ +# $MCom: ports/games/gnome-games3/Makefile,v 1.3 2011/02/24 11:44:49 kwm Exp $ # PORTNAME= gnome-games @@ -18,6 +18,7 @@ COMMENT= The game applications package for the GNOME 3 Desktop Environment BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \ valac:${PORTSDIR}/lang/vala LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile \ + sqlite3.8:databases/sqlite3 \ canberra-gtk3.0:${PORTSDIR}/audio/libcanberra-gtk3 \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ clutter-gtk-1.0.0:${PORTSDIR}/graphics/clutter-gtk3 \ |