diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-22 04:13:24 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-22 04:13:24 +0000 |
commit | 4ad2671dc72463274d5e8748d71f30fa4e94e254 (patch) | |
tree | 6dc7cce31ad48a51385bf88ba78f85a518310523 /audio/gnome-media | |
parent | 39653fbdad4cf20d13367e73dbc7a252456365f6 (diff) | |
download | ports-4ad2671dc72463274d5e8748d71f30fa4e94e254.tar.gz ports-4ad2671dc72463274d5e8748d71f30fa4e94e254.zip |
Notes
Diffstat (limited to 'audio/gnome-media')
-rw-r--r-- | audio/gnome-media/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/gnome-media/Makefile b/audio/gnome-media/Makefile index 6ec37b13dd12..fe2201f3621e 100644 --- a/audio/gnome-media/Makefile +++ b/audio/gnome-media/Makefile @@ -18,9 +18,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Multimedia applications for the GNOME 2.0 desktop RUN_DEPENDS= sox:${PORTSDIR}/audio/sox -LIB_DEPENDS= gnome-desktop-2.3:${PORTSDIR}/x11/gnomedesktop \ - gailutil.17:${PORTSDIR}/x11-toolkits/gail \ - 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 @@ -28,10 +26,9 @@ USE_GMAKE= yes USE_REINPLACE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes -USE_GNOME= gnomeprefix gnomehack gnomehier +USE_GNOME= gnomeprefix gnomehack gnomehier gail gnomedesktop 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 ; \ |