aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2003-03-27 02:21:52 +0800
committerlioux <lioux@FreeBSD.org>2003-03-27 02:21:52 +0800
commitf22482daee96d6116f8d59f2192157995783b80a (patch)
tree9bf2b9f7705bc9e06785cb09a9ec862d5584d312 /audio
parent018c68a7b8d0546b3fb6a2fdd3c5c6755d3710f9 (diff)
downloadfreebsd-ports-gnome-f22482daee96d6116f8d59f2192157995783b80a.tar.gz
freebsd-ports-gnome-f22482daee96d6116f8d59f2192157995783b80a.tar.zst
freebsd-ports-gnome-f22482daee96d6116f8d59f2192157995783b80a.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')
-rw-r--r--audio/liba52-devel/Makefile2
-rw-r--r--audio/liba52/Makefile2
2 files changed, 2 insertions, 2 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
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