diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2003-10-31 17:24:51 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2003-10-31 17:24:51 +0000 |
commit | ae1eea9fc880b2031a3c68b854baa1b3619f1681 (patch) | |
tree | b9f333dccf27a00c501b8677d35d24d4c0566293 /emulators | |
parent | f4a88d4c6c0991f2eb067daa0441e3a005dc3679 (diff) | |
download | ports-ae1eea9fc880b2031a3c68b854baa1b3619f1681.tar.gz ports-ae1eea9fc880b2031a3c68b854baa1b3619f1681.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/fuse/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/fuse/Makefile b/emulators/fuse/Makefile index 5c7736c9b77d..a5b961f9f304 100644 --- a/emulators/fuse/Makefile +++ b/emulators/fuse/Makefile @@ -17,10 +17,11 @@ COMMENT= Free Unix (Sinclair ZX-)Spectrum Emulator LIB_DEPENDS= spectrum.2:${PORTSDIR}/emulators/libspectrum \ 765.3:${PORTSDIR}/emulators/lib765 \ xml2.5:${PORTSDIR}/textproc/libxml2 \ - png.5:${PORTSDIR}/graphics/png + png.5:${PORTSDIR}/graphics/png USE_XLIB= yes USE_PERL5_BUILD= yes +USE_GETOPT_LONG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-plus3-disk-prefix=${LOCALBASE} |