aboutsummaryrefslogtreecommitdiff
path: root/audio/libnoise
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-09-03 17:30:04 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-09-03 17:30:04 +0000
commitf13da0d58dfa1076f34ee56fc93b42c95e52a647 (patch)
tree7e54bea263ce5cbbe394a06d10004805c5630a3c /audio/libnoise
parentf22cc83975cc74f495cbd53c6de232cd762ffcff (diff)
downloadports-f13da0d58dfa1076f34ee56fc93b42c95e52a647.tar.gz
ports-f13da0d58dfa1076f34ee56fc93b42c95e52a647.zip
- Depend on libtool manually, as autotools imply configure, which this port doesn't have
Reported by: pointyhat via kris Pointy hat to: sat
Notes
Notes: svn path=/head/; revision=172067
Diffstat (limited to 'audio/libnoise')
-rw-r--r--audio/libnoise/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/libnoise/Makefile b/audio/libnoise/Makefile
index 982d21286938..a1b72c5b31eb 100644
--- a/audio/libnoise/Makefile
+++ b/audio/libnoise/Makefile
@@ -14,10 +14,11 @@ DISTNAME= ${PORTNAME}src-${DISTVERSION}
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Generates three-dimensional coherent noise
+BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool15
+
USE_ZIP= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
-USE_AUTOTOOLS= libtool:15
CXXFLAGS+= -O3 -fomit-frame-pointer
WRKSRC= ${WRKDIR}/noise
NO_FILTER_SHLIBS= yes