diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2004-11-25 21:36:55 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2004-11-25 21:36:55 +0000 |
commit | 8403d73e492eff14d5d123957d1711ddd6b7a652 (patch) | |
tree | 436bd9c33be03177851b7cca709c5a343cc7c7da | |
parent | 6a66a17275e328e676362f0eef4049a85a2eb4f9 (diff) | |
download | freebsd-ports-8403d73e492eff14d5d123957d1711ddd6b7a652.zip |
Disable toolame support, it needs a newer vesion to build
PR: ports/74367
Reported by: Frederic Praca
Approved by: adamw (implicit)
-rw-r--r-- | multimedia/vlc-devel/Makefile | 4 | ||||
-rw-r--r-- | multimedia/vlc/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile index d2dbc7c39681..e5174c2b1310 100644 --- a/multimedia/vlc-devel/Makefile +++ b/multimedia/vlc-devel/Makefile @@ -180,6 +180,10 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ MAINTAINER= ahze@FreeBSD.org COMMENT= Multimedia streaming server and player for various audio/video formats +### BROKEN -- Needs newer verision of toolame ### +WITHOUT_TOOLAME= yes +### BROKEN ### + USE_BZIP2= yes USE_X_PREFIX= yes USE_GETOPT_LONG=yes diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index d2dbc7c39681..e5174c2b1310 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -180,6 +180,10 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ MAINTAINER= ahze@FreeBSD.org COMMENT= Multimedia streaming server and player for various audio/video formats +### BROKEN -- Needs newer verision of toolame ### +WITHOUT_TOOLAME= yes +### BROKEN ### + USE_BZIP2= yes USE_X_PREFIX= yes USE_GETOPT_LONG=yes |