diff options
author | Ade Lovett <ade@FreeBSD.org> | 2007-10-17 10:13:01 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2007-10-17 10:13:01 +0000 |
commit | dbd39ca660cafa3d1f2acebf05c86bf17a035ff8 (patch) | |
tree | 5d14b5c3a50461b8a6096fcc383dc2181cb624b7 /multimedia | |
parent | 74313458803db4f95050b550b038051b82c96b67 (diff) | |
download | ports-dbd39ca660cafa3d1f2acebf05c86bf17a035ff8.tar.gz ports-dbd39ca660cafa3d1f2acebf05c86bf17a035ff8.zip |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/bmpx/Makefile | 3 | ||||
-rw-r--r-- | multimedia/dvdauthor/Makefile | 3 | ||||
-rw-r--r-- | multimedia/gstreamer/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/multimedia/bmpx/Makefile b/multimedia/bmpx/Makefile index 1ef702125ca8..088f7765b3b5 100644 --- a/multimedia/bmpx/Makefile +++ b/multimedia/bmpx/Makefile @@ -7,6 +7,7 @@ PORTNAME= bmpx PORTVERSION= 0.40.7 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://files.beep-media-player.org/releases/0.40/ @@ -29,7 +30,7 @@ LIB_DEPENDS= tag.5:${PORTSDIR}/audio/taglib \ CONFLICTS= bmpx-devel-[0-9]* USE_AUTOTOOLS= automake:19 autoconf:261 -USE_BISON= yes +USE_BISON= build USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gtk20 libglade2 desktopfileutils diff --git a/multimedia/dvdauthor/Makefile b/multimedia/dvdauthor/Makefile index f261dda1f70e..bb92cb646492 100644 --- a/multimedia/dvdauthor/Makefile +++ b/multimedia/dvdauthor/Makefile @@ -7,6 +7,7 @@ PORTNAME= dvdauthor PORTVERSION= 0.6.14 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,10 +15,10 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= pb@FreeBSD.org COMMENT= Makes a DVD file structure from one or more MPEG2 streams -BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison LIB_DEPENDS= dvdread.5:${PORTSDIR}/multimedia/libdvdread \ xml2.5:${PORTSDIR}/textproc/libxml2 +USE_BISON= build USE_GETOPT_LONG=yes USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/multimedia/gstreamer/Makefile b/multimedia/gstreamer/Makefile index 04ed58f9ffb8..a085fd039387 100644 --- a/multimedia/gstreamer/Makefile +++ b/multimedia/gstreamer/Makefile @@ -8,6 +8,7 @@ PORTNAME= gstreamer PORTVERSION= 0.10.14 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://gstreamer.freedesktop.org/src/gstreamer/ \ ${MASTER_SITE_LOCAL} @@ -20,7 +21,7 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt CFLAGS:= ${CFLAGS} -O2 USE_XLIB= yes -USE_BISON= yes +USE_BISON= build USE_BZIP2= yes USE_GMAKE= yes WANT_GNOME= yes |