summaryrefslogtreecommitdiffstats
path: root/audio/liba52
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2003-03-26 18:21:52 +0000
committerlioux <lioux@FreeBSD.org>2003-03-26 18:21:52 +0000
commitf22482daee96d6116f8d59f2192157995783b80a (patch)
tree9bf2b9f7705bc9e06785cb09a9ec862d5584d312 /audio/liba52
parent018c68a7b8d0546b3fb6a2fdd3c5c6755d3710f9 (diff)
downloadFreeBSD-ports-f22482daee96d6116f8d59f2192157995783b80a.zip
FreeBSD-ports-f22482daee96d6116f8d59f2192157995783b80a.tar.gz
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 11329a0..d36a923 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
OpenPOWER on IntegriCloud