diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-26 02:54:32 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-26 02:54:32 +0800 |
commit | 4a9acd062238f88c419eb78d7fc318bd6db78f92 (patch) | |
tree | c0048a9ef9bec05f849743c9b3794e14ffb6f435 /multimedia | |
parent | ba70e571b818257222357eb29ad140470831207c (diff) | |
download | marcuscom-ports-4a9acd062238f88c419eb78d7fc318bd6db78f92.tar marcuscom-ports-4a9acd062238f88c419eb78d7fc318bd6db78f92.tar.gz marcuscom-ports-4a9acd062238f88c419eb78d7fc318bd6db78f92.tar.bz2 marcuscom-ports-4a9acd062238f88c419eb78d7fc318bd6db78f92.tar.lz marcuscom-ports-4a9acd062238f88c419eb78d7fc318bd6db78f92.tar.xz marcuscom-ports-4a9acd062238f88c419eb78d7fc318bd6db78f92.tar.zst marcuscom-ports-4a9acd062238f88c419eb78d7fc318bd6db78f92.zip |
- Allow build of ugly if PACKAGE_BUILDING is defined..
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5535 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer-plugins-all/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/gstreamer-plugins-all/Makefile b/multimedia/gstreamer-plugins-all/Makefile index 9de0d6109..d851e1e34 100644 --- a/multimedia/gstreamer-plugins-all/Makefile +++ b/multimedia/gstreamer-plugins-all/Makefile @@ -3,7 +3,7 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/multimedia/gstreamer-plugins-all/Makefile,v 1.6 2006/01/20 21:36:54 ahze Exp $ +# $MCom: ports/multimedia/gstreamer-plugins-all/Makefile,v 1.7 2006/01/20 23:19:28 ahze Exp $ # PORTNAME= gstreamer-plugins-all @@ -26,7 +26,6 @@ OPTIONS= # Hacky.. but it works the way it is set up... .if defined(PACKAGE_BUILDING) WITHOUT_FAAC= yes # Mp4 Dolby license , no package WITHOUT_LAME= yes # MP3 License , no package -WITHOUT_UGLY= yes # license issues ? .endif WITHOUT_LADSPA= yes # Broken WITHOUT_MPEG2ENC=yes # Broken from updated mjpegtools |