diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-07-13 18:32:50 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-07-13 18:32:50 +0800 |
commit | 77f2b683460201ce217508332b650a198fcc947d (patch) | |
tree | a30ae7913c4e85fda3d681390bcdcd213f07ea7e /multimedia/cheese | |
parent | e8a0b1fa8c7182014272300f24e43e59b6c040b4 (diff) | |
download | marcuscom-ports-77f2b683460201ce217508332b650a198fcc947d.tar marcuscom-ports-77f2b683460201ce217508332b650a198fcc947d.tar.gz marcuscom-ports-77f2b683460201ce217508332b650a198fcc947d.tar.bz2 marcuscom-ports-77f2b683460201ce217508332b650a198fcc947d.tar.lz marcuscom-ports-77f2b683460201ce217508332b650a198fcc947d.tar.xz marcuscom-ports-77f2b683460201ce217508332b650a198fcc947d.tar.zst marcuscom-ports-77f2b683460201ce217508332b650a198fcc947d.zip |
Sync with ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16985 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/cheese')
-rw-r--r-- | multimedia/cheese/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/multimedia/cheese/Makefile b/multimedia/cheese/Makefile index 1698f3dbb..98e3492c3 100644 --- a/multimedia/cheese/Makefile +++ b/multimedia/cheese/Makefile @@ -3,12 +3,12 @@ # Whom: FreeBSD GNOME Team <gnome@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/multimedia/cheese/Makefile,v 1.65 2011/04/25 19:18:46 mezz Exp $ +# $MCom: ports/multimedia/cheese/Makefile,v 1.66 2011/04/30 20:43:21 mezz Exp $ # PORTNAME= cheese PORTVERSION= 2.32.0 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= multimedia gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -28,13 +28,13 @@ USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix intlhack evolutiondataserver librsvg2 \ gnomedocutils gnomedesktop USE_GETTEXT= yes -USE_GSTREAMER= good v4l2 +USE_GSTREAMER= gconf good ogg theora v4l2 vorbis INSTALLS_OMF= yes INSTALLS_ICONS= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib DOCS= AUTHORS COPYING ChangeLog NEWS README GCONF_SCHEMAS= cheese.schemas |