From f22482daee96d6116f8d59f2192157995783b80a Mon Sep 17 00:00:00 2001 From: lioux Date: Wed, 26 Mar 2003 18:21:52 +0000 Subject: 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 [1] --- audio/liba52/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/liba52') 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 -- cgit