diff options
author | sergei <sergei@FreeBSD.org> | 2003-10-31 17:24:51 +0000 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2003-10-31 17:24:51 +0000 |
commit | ceb0cc92143da6cb7b9691fcd599fa16fbe300fb (patch) | |
tree | 23065992349b6876f9ecb3b6365ea0038b91f819 /emulators/fuse | |
parent | 331b8be0dcebf5223029941e8267f644b932e2ec (diff) | |
download | FreeBSD-ports-ceb0cc92143da6cb7b9691fcd599fa16fbe300fb.zip FreeBSD-ports-ceb0cc92143da6cb7b9691fcd599fa16fbe300fb.tar.gz |
Attempt to fix build failure under 4.x - add USE_GETOPT_LONG
Noticed by: kris
Diffstat (limited to 'emulators/fuse')
-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 5c7736c..a5b961f 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} |