diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-03-04 21:20:57 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-03-04 21:20:57 +0800 |
commit | b688968bbab7acb3e8536c828231959047fe98f5 (patch) | |
tree | 955b323316f8b1a3cfb61b3373dc3538b04858fa /multimedia/cheese | |
parent | edaa1c6ec6001bef3cfa172bc803e357549cdfbf (diff) | |
download | marcuscom-ports-b688968bbab7acb3e8536c828231959047fe98f5.tar marcuscom-ports-b688968bbab7acb3e8536c828231959047fe98f5.tar.gz marcuscom-ports-b688968bbab7acb3e8536c828231959047fe98f5.tar.bz2 marcuscom-ports-b688968bbab7acb3e8536c828231959047fe98f5.tar.lz marcuscom-ports-b688968bbab7acb3e8536c828231959047fe98f5.tar.xz marcuscom-ports-b688968bbab7acb3e8536c828231959047fe98f5.tar.zst marcuscom-ports-b688968bbab7acb3e8536c828231959047fe98f5.zip |
Add a missing dependency, gnome-desktop. Bump the PORTREVISION.
/me goes to restart the portmaster.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12014 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/cheese')
-rw-r--r-- | multimedia/cheese/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/cheese/Makefile b/multimedia/cheese/Makefile index 670667237..aea50c65f 100644 --- a/multimedia/cheese/Makefile +++ b/multimedia/cheese/Makefile @@ -3,11 +3,12 @@ # Whom: FreeBSD GNOME Team <gnome@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/multimedia/cheese/Makefile,v 1.28 2009/02/21 22:17:42 kwm Exp $ +# $MCom: ports/multimedia/cheese/Makefile,v 1.29 2009/03/03 19:09:38 marcus Exp $ # PORTNAME= cheese PORTVERSION= 2.25.92 +PORTREVISION= 1 CATEGORIES= multimedia gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -21,7 +22,7 @@ USE_XORG= xxf86vm USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix intlhack evolutiondataserver librsvg2 \ - gnomedocutils + gnomedocutils gnomedesktop USE_GETTEXT= yes USE_GSTREAMER= good INSTALLS_OMF= yes |