diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-09-03 17:30:04 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-09-03 17:30:04 +0000 |
commit | f13da0d58dfa1076f34ee56fc93b42c95e52a647 (patch) | |
tree | 7e54bea263ce5cbbe394a06d10004805c5630a3c /audio/libnoise | |
parent | f22cc83975cc74f495cbd53c6de232cd762ffcff (diff) | |
download | ports-f13da0d58dfa1076f34ee56fc93b42c95e52a647.tar.gz ports-f13da0d58dfa1076f34ee56fc93b42c95e52a647.zip |
Notes
Diffstat (limited to 'audio/libnoise')
-rw-r--r-- | audio/libnoise/Makefile | 3 |
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 |