diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-03 01:47:06 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-03 01:47:06 +0800 |
commit | 00eb7cf537bd881447031b56dfbd9aecd6b78383 (patch) | |
tree | 678405b9f02869634fef21f80d089ca6c16a8707 | |
parent | f68da9bb7cd951b4538e9743e95a20f0d05f9f88 (diff) | |
download | marcuscom-ports-00eb7cf537bd881447031b56dfbd9aecd6b78383.tar marcuscom-ports-00eb7cf537bd881447031b56dfbd9aecd6b78383.tar.gz marcuscom-ports-00eb7cf537bd881447031b56dfbd9aecd6b78383.tar.bz2 marcuscom-ports-00eb7cf537bd881447031b56dfbd9aecd6b78383.tar.lz marcuscom-ports-00eb7cf537bd881447031b56dfbd9aecd6b78383.tar.xz marcuscom-ports-00eb7cf537bd881447031b56dfbd9aecd6b78383.tar.zst marcuscom-ports-00eb7cf537bd881447031b56dfbd9aecd6b78383.zip |
Fix sqlite3 depend line
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15333 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | games/gnome-games3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gnome-games3/Makefile b/games/gnome-games3/Makefile index 326edb9a0..832229a4d 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.3 2011/02/24 11:44:49 kwm Exp $ +# $MCom: ports/games/gnome-games3/Makefile,v 1.4 2011/02/25 11:57:22 kwm Exp $ # PORTNAME= gnome-games @@ -18,7 +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 \ + sqlite3.8:${PORTSDIR}/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 \ |