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 | |
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
-rw-r--r-- | multimedia/cheese/Makefile | 10 | ||||
-rw-r--r-- | multimedia/cheese3/Makefile | 4 |
2 files changed, 7 insertions, 7 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 diff --git a/multimedia/cheese3/Makefile b/multimedia/cheese3/Makefile index bcb286b36..d8269ffa4 100644 --- a/multimedia/cheese3/Makefile +++ b/multimedia/cheese3/Makefile @@ -3,7 +3,7 @@ # Whom: FreeBSD GNOME Team <gnome@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/multimedia/cheese3/Makefile,v 1.14 2011/11/19 11:00:37 kwm Exp $ +# $MCom: ports/multimedia/cheese3/Makefile,v 1.15 2012/06/13 10:34:15 kwm Exp $ # PORTNAME= cheese @@ -37,7 +37,7 @@ USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix intlhack evolutiondataserver3 librsvg2 \ gnomedesktop3 USE_GETTEXT= yes -USE_GSTREAMER= good v4l2 bad jpeg +USE_GSTREAMER= bad gconf good jpeg ogg theora v4l2 vorbis INSTALLS_OMF= yes INSTALLS_ICONS= yes USE_LDCONFIG= yes |