summaryrefslogtreecommitdiff
path: root/audio/liba52-devel
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-03-26 18:21:52 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-03-26 18:21:52 +0000
commitb833e5e0c93a2960a8b10aa14caca5471fe13b8d (patch)
treed9aca9d56729f390db550d6af50af3c904632527 /audio/liba52-devel
parent- Integrate the new "initials"-patch. (diff)
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]
Notes
Notes: svn path=/head/; revision=77494
Diffstat (limited to 'audio/liba52-devel')
-rw-r--r--audio/liba52-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/liba52-devel/Makefile b/audio/liba52-devel/Makefile
index 11329a03e5d6..d36a9234a5e0 100644
--- a/audio/liba52-devel/Makefile
+++ b/audio/liba52-devel/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