aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-06 21:16:05 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-06 21:16:05 +0000
commitc126810efd96bf00b64bd08ed2b30b3b1302d4c2 (patch)
tree0912f748ae45e20155bd1db9a53bfb4c0ce511a8 /multimedia
parente20e302afe0d8e17121947ced86142dccb133e3b (diff)
downloadports-c126810efd96bf00b64bd08ed2b30b3b1302d4c2.tar.gz
ports-c126810efd96bf00b64bd08ed2b30b3b1302d4c2.zip
* Update to new GNOME infrastructure
* Set GNOME_DESKTOP_VERSION explicitly so users can upgrade or downgrade across desktop versions
Notes
Notes: svn path=/head/; revision=78454
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/nautilus-media/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/multimedia/nautilus-media/Makefile b/multimedia/nautilus-media/Makefile
index bee82fa24771..05a1f8146493 100644
--- a/multimedia/nautilus-media/Makefile
+++ b/multimedia/nautilus-media/Makefile
@@ -15,19 +15,17 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= GStreamer-based multimedia views for Nautilus
-LIB_DEPENDS= nautilus.2:${PORTSDIR}/x11-fm/nautilus2 \
- gstplay-0.6.0:${PORTSDIR}/multimedia/gstreamer-plugins
+LIB_DEPENDS= gstplay-0.6.0:${PORTSDIR}/multimedia/gstreamer-plugins
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_REINPLACE= yes
USE_GMAKE= yes
-USE_GNOMENG= yes
-USE_GNOME= gnomeprefix gnomehack
+GNOME_DESKTOP_VERSION=2
+USE_GNOME= gnomeprefix gnomehack nautilus2
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
-CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \