diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-01-23 15:10:38 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-01-23 15:10:38 +0800 |
commit | 886850d95a1a4277f881b52385bec60e3a72383f (patch) | |
tree | 3a63038fee29f6ce2eaea9f07f881a2956583ef1 /devel | |
parent | 07f724223c3237521c9860408e37f44c10089d97 (diff) | |
download | marcuscom-ports-886850d95a1a4277f881b52385bec60e3a72383f.tar.gz marcuscom-ports-886850d95a1a4277f881b52385bec60e3a72383f.tar.zst marcuscom-ports-886850d95a1a4277f881b52385bec60e3a72383f.zip |
Add a missing dependency on gtk30.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15071 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/dconf/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/dconf/Makefile b/devel/dconf/Makefile index 016269850..ea7c7dae2 100644 --- a/devel/dconf/Makefile +++ b/devel/dconf/Makefile @@ -3,11 +3,12 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/dconf/Makefile,v 1.11 2011/01/18 10:55:10 kwm Exp $ +# $MCom: ports/devel/dconf/Makefile,v 1.12 2011/01/20 23:54:50 kwm Exp $ # PORTNAME= dconf PORTVERSION= 0.7.1 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -22,7 +23,7 @@ LIB_DEPENDS= gee.2:${PORTSDIR}/devel/libgee \ USE_BZIP2= yes USE_GMAKE= yes #USE_GETTEXT= yes -USE_GNOME= gnomehack gtk20 +USE_GNOME= gnomehack gtk20 gtk30 USE_LDCONFIG= yes GNU_CONFIGURE= yes |