diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-09-04 01:30:04 +0800 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-09-04 01:30:04 +0800 |
commit | f13da0d58dfa1076f34ee56fc93b42c95e52a647 (patch) | |
tree | 7e54bea263ce5cbbe394a06d10004805c5630a3c /audio | |
parent | f22cc83975cc74f495cbd53c6de232cd762ffcff (diff) | |
download | freebsd-ports-gnome-f13da0d58dfa1076f34ee56fc93b42c95e52a647.tar.gz freebsd-ports-gnome-f13da0d58dfa1076f34ee56fc93b42c95e52a647.tar.zst freebsd-ports-gnome-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
Diffstat (limited to 'audio')
-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 |