diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-02-24 20:15:29 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-02-24 20:15:29 +0800 |
commit | f7850eb9e1afdd33f7a5f60a43a987b6ce1b621f (patch) | |
tree | d014c5bacdc783913693ec016f24f57e45c76399 /x11/gnome-terminal3 | |
parent | 139719ce373895c54ef9349cbcb15eb96cf7c254 (diff) | |
download | marcuscom-ports-f7850eb9e1afdd33f7a5f60a43a987b6ce1b621f.tar marcuscom-ports-f7850eb9e1afdd33f7a5f60a43a987b6ce1b621f.tar.gz marcuscom-ports-f7850eb9e1afdd33f7a5f60a43a987b6ce1b621f.tar.bz2 marcuscom-ports-f7850eb9e1afdd33f7a5f60a43a987b6ce1b621f.tar.lz marcuscom-ports-f7850eb9e1afdd33f7a5f60a43a987b6ce1b621f.tar.xz marcuscom-ports-f7850eb9e1afdd33f7a5f60a43a987b6ce1b621f.tar.zst marcuscom-ports-f7850eb9e1afdd33f7a5f60a43a987b6ce1b621f.zip |
Fix build, depend on gsettings-desktop-schemas.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15309 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-terminal3')
-rw-r--r-- | x11/gnome-terminal3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/gnome-terminal3/Makefile b/x11/gnome-terminal3/Makefile index e93a223b9..05b5ae8c5 100644 --- a/x11/gnome-terminal3/Makefile +++ b/x11/gnome-terminal3/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-terminal3/Makefile,v 1.2 2011/02/02 20:05:34 kwm Exp $ +# $MCom: ports/x11/gnome-terminal3/Makefile,v 1.3 2011/02/21 20:11:19 kwm Exp $ # PORTNAME= gnome-terminal @@ -15,7 +15,9 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Terminal component for the GNOME 3 Desktop +BUILD_DEPENDS= gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification +RUN_DEPENDS= gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas USE_GETTEXT= yes USE_BZIP2= yes |