diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 07:10:50 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 07:10:50 +0000 |
commit | b7bdcd418e7aca3dd98409e16a4c4ae9bc289d02 (patch) | |
tree | 1b4ff069c830fd60b78ef9613fa9aa5abef69f83 /audio/gnomemedia | |
parent | Implement WANT_IMLIB and USE_IMLIB. (diff) |
Implement USE_GNOME, part 1.
Notes
Notes:
svn path=/head/; revision=33428
Diffstat (limited to 'audio/gnomemedia')
-rw-r--r-- | audio/gnomemedia/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/audio/gnomemedia/Makefile b/audio/gnomemedia/Makefile index d669cae2653b..92f098633e89 100644 --- a/audio/gnomemedia/Makefile +++ b/audio/gnomemedia/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" |