diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-05-04 13:44:22 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-05-04 13:44:22 +0000 |
commit | 4f08b1bc2f0662db65dde0c62c00fdf286110335 (patch) | |
tree | fa854ded09281af09b749090c7261e06183aaacb /emulators/fuse/Makefile | |
parent | 35678e2f716bd85ec85c36221522daf2c9a8a8e7 (diff) | |
download | ports-4f08b1bc2f0662db65dde0c62c00fdf286110335.tar.gz ports-4f08b1bc2f0662db65dde0c62c00fdf286110335.zip |
Notes
Diffstat (limited to 'emulators/fuse/Makefile')
-rw-r--r-- | emulators/fuse/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/fuse/Makefile b/emulators/fuse/Makefile index 58aa4cacfbc7..fbe0d0d58cdd 100644 --- a/emulators/fuse/Makefile +++ b/emulators/fuse/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 3 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}-emulator/${PORTNAME}/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= rene@FreeBSD.org COMMENT= Free Unix (Sinclair ZX-)Spectrum Emulator LICENSE= GPLv2 @@ -30,8 +30,6 @@ OPTIONS_DEFAULT= SAMPLERATE AO_DESC= Use libao for audio output SAMPLERATE_DESC= Better beeper sound quality -BROKEN= does not build (presumably after recent glib update) - .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MAO} |