diff options
author | sat <sat@FreeBSD.org> | 2006-09-01 16:01:32 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-09-01 16:01:32 +0800 |
commit | 828bfab969514e870ac641eac4f178ec99c1f29b (patch) | |
tree | 6727bb377b120f1a060193e56bfa513677995af6 /audio | |
parent | d02cd101089ce4e146b2a4bd2550cbfc0cb18a5c (diff) | |
download | freebsd-ports-gnome-828bfab969514e870ac641eac4f178ec99c1f29b.tar.gz freebsd-ports-gnome-828bfab969514e870ac641eac4f178ec99c1f29b.tar.zst freebsd-ports-gnome-828bfab969514e870ac641eac4f178ec99c1f29b.zip |
- Depend on libtool
Reported by: pointyhat via kris
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libnoise/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/libnoise/Makefile b/audio/libnoise/Makefile index ed03ae45ae6b..982d21286938 100644 --- a/audio/libnoise/Makefile +++ b/audio/libnoise/Makefile @@ -17,6 +17,7 @@ COMMENT= Generates three-dimensional coherent noise 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 |