LIB_DEPENDS += samplerate::audio/libsamplerate. Without this, autoshit pulls in libsamplerate iff it's installed. This is yet another case of auto* breaking things again and again and again.
While here, fix license marker. ok? or should libsamplerate just be disabled for fuse? Index: Makefile =================================================================== RCS file: /cvs/ports/emulators/fuse/Makefile,v retrieving revision 1.15 diff -u -p -r1.15 Makefile --- Makefile 17 Jan 2009 10:10:01 -0000 1.15 +++ Makefile 29 Mar 2009 21:53:15 -0000 @@ -2,10 +2,11 @@ COMMENT= Free Unix Spectrum Emulator DISTNAME= fuse-0.10.0.2 +PKGNAME= ${DISTNAME}p0 CATEGORIES= emulators HOMEPAGE= http://fuse-emulator.sourceforge.net/ -# GPL +# GPLv2 PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes @@ -20,6 +21,7 @@ USE_X11= Yes MODULES= devel/gettext LIB_DEPENDS= glib-2.0.>=0.8::devel/glib2 \ + samplerate::audio/libsamplerate \ spectrum.>=5::devel/libspectrum \ png.>=3::graphics/png \ xml2.>=7::textproc/libxml