1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

- Disable LAME, FAAC and AMRNB options for package building to be able to produce avidemux2 package, as correspondng ports are RESTRICTED

PR:		132390
Submitted by:	Mel <mel at rachie dot is-a-geek dot net>
Approved by:	maintainer timeout
This commit is contained in:
Dmitry Marakasov 2009-03-24 03:42:37 +00:00
parent 652a215111
commit a4478c2dc7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230829

View File

@ -61,6 +61,13 @@ OPTIONS= GTK "GTK+ GUI" on \
.include <bsd.port.pre.mk>
# Package server cannot distribute these
.if defined(PACKAGE_BUILDING)
WITHOUT_LAME= yes
WITHOUT_FAAC= yes
WITHOUT_AMRNB= yes
.endif
# We haven't ALSA(Never) & Aften(Yet) on FreeBSD
CMAKE_ARGS+= -DNO_ARTS=1 -DNO_ALSA=1 -DNO_Aften=1