diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-02-10 06:05:06 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-02-10 06:05:06 +0000 |
commit | 60b3a84279e0657b047e05ed4f622cf401e2376b (patch) | |
tree | 87924704af779c872d6c2a33013016cf3fa9e056 /audio/wsoundserver/Makefile | |
parent | Somehow the documents are not generated on pointyhat build. (diff) |
Use libtool15 port instead of included version to avoid objformat a.out botch
Notes
Notes:
svn path=/head/; revision=184749
Diffstat (limited to 'audio/wsoundserver/Makefile')
-rw-r--r-- | audio/wsoundserver/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/wsoundserver/Makefile b/audio/wsoundserver/Makefile index 22f9d5651e3e..fd9d3b44ab8c 100644 --- a/audio/wsoundserver/Makefile +++ b/audio/wsoundserver/Makefile @@ -21,6 +21,7 @@ LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList \ dockapp.2:${PORTSDIR}/x11-wm/libdockapp RUN_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker +USE_AUTOTOOLS= libtool:15 USE_X_PREFIX= yes WANT_GNOME= yes USE_LDCONFIG= yes |