diff options
Diffstat (limited to 'audio/gnomemedia2/Makefile')
-rw-r--r-- | audio/gnomemedia2/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/audio/gnomemedia2/Makefile b/audio/gnomemedia2/Makefile index d669cae2653b..92f098633e89 100644 --- a/audio/gnomemedia2/Makefile +++ b/audio/gnomemedia2/Makefile @@ -14,16 +14,13 @@ DISTNAME= gnome-media-${PORTVERSION} MAINTAINER= reg@FreeBSD.org -BUILD_DEPENDS= panel:${PORTSDIR}/x11/gnomecore -RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \ - sox:${PORTSDIR}/audio/sox +RUN_DEPENDS= sox:${PORTSDIR}/audio/sox USE_X_PREFIX= yes USE_GMAKE= yes +USE_GNOME= yes USE_LIBTOOL= yes -CONFIGURE_ARGS= --without-ncurses \ - --localstatedir=${PREFIX}/share/gnome \ - --datadir=${PREFIX}/share/gnome +CONFIGURE_ARGS= --without-ncurses CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |