aboutsummaryrefslogtreecommitdiffstats
path: root/audio/liba52
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-03-27 02:21:52 +0800
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-03-27 02:21:52 +0800
commitb833e5e0c93a2960a8b10aa14caca5471fe13b8d (patch)
treed9aca9d56729f390db550d6af50af3c904632527 /audio/liba52
parent57cbd869ac6cd9dd94f577feb829b5d72a05dd4b (diff)
downloadfreebsd-ports-gnome-b833e5e0c93a2960a8b10aa14caca5471fe13b8d.tar.gz
freebsd-ports-gnome-b833e5e0c93a2960a8b10aa14caca5471fe13b8d.tar.zst
freebsd-ports-gnome-b833e5e0c93a2960a8b10aa14caca5471fe13b8d.zip
o Allow bento cluster to build packages by not depending on
packaging-restricted djbfft o Rely on existence (or not) of PACKAGE_BUILDING for that [1] Suggested by: David Taylor <davidt@yadt.co.uk> [1]
Diffstat (limited to 'audio/liba52')
-rw-r--r--audio/liba52/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/liba52/Makefile b/audio/liba52/Makefile
index 11329a03e5d6..d36a9234a5e0 100644
--- a/audio/liba52/Makefile
+++ b/audio/liba52/Makefile
@@ -21,7 +21,7 @@ CONFIGURE_ARGS= --disable-oss --enable-shared
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
-.ifndef(WITHOUT_DJBFFT)
+.if !defined(WITHOUT_DJBFFT) && !defined(PACKAGE_BUILDING)
BUILD_DEPENDS+= ${LOCALBASE}/lib/libdjbfft.a:${PORTSDIR}/math/djbfft
RUN_DEPENDS+= ${LOCALBASE}/lib/libdjbfft.a:${PORTSDIR}/math/djbfft