diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-20 14:06:41 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-20 14:06:41 +0800 |
commit | 002ffbcf79d007e956bd2cce54c90f9e31a1d43f (patch) | |
tree | 1616054eb3fc31b140c09c6d7c2c86e7032aa5c5 /x11/gnome-applets/Makefile | |
parent | 0347e5c317b5f7a09ee1e1fca181086063a62b90 (diff) | |
download | marcuscom-ports-002ffbcf79d007e956bd2cce54c90f9e31a1d43f.tar marcuscom-ports-002ffbcf79d007e956bd2cce54c90f9e31a1d43f.tar.gz marcuscom-ports-002ffbcf79d007e956bd2cce54c90f9e31a1d43f.tar.bz2 marcuscom-ports-002ffbcf79d007e956bd2cce54c90f9e31a1d43f.tar.lz marcuscom-ports-002ffbcf79d007e956bd2cce54c90f9e31a1d43f.tar.xz marcuscom-ports-002ffbcf79d007e956bd2cce54c90f9e31a1d43f.tar.zst marcuscom-ports-002ffbcf79d007e956bd2cce54c90f9e31a1d43f.zip |
Switch over to using gstreamer-0.10.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5713 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-applets/Makefile')
-rw-r--r-- | x11/gnome-applets/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index aa4e947f7..27b4286cc 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnomeapplets2/Makefile,v 1.101 2006/01/31 20:36:55 marcus Exp $ +# $MCom: ports/x11/gnomeapplets2/Makefile,v 1.102 2006/02/12 20:12:28 marcus Exp $ # PORTNAME= gnomeapplets2 PORTVERSION= 2.13.4 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-applets/2.13 @@ -31,8 +32,9 @@ INSTALLS_OMF= yes INSTALLS_ICONS= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel \ gail gnomedocutils -USE_GSTREAMER80= yes +USE_GSTREAMER= yes USE_AUTOTOOLS= libtool:15 +CONFIGURE_ARGS= --with-gstreamer=0.10 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ FREEBSD_SYS=${FREEBSD_SYS} |