diff options
author | rene <rene@FreeBSD.org> | 2013-05-04 21:44:22 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-05-04 21:44:22 +0800 |
commit | 1a6c7df569e325919730f13de5ad40aa721a9964 (patch) | |
tree | fa854ded09281af09b749090c7261e06183aaacb | |
parent | 00f5b583dfb3779b3b37750ebcc2bf8cadfa5c75 (diff) | |
download | freebsd-ports-gnome-1a6c7df569e325919730f13de5ad40aa721a9964.tar.gz freebsd-ports-gnome-1a6c7df569e325919730f13de5ad40aa721a9964.tar.zst freebsd-ports-gnome-1a6c7df569e325919730f13de5ad40aa721a9964.zip |
- Adopt
- Remove BROKEN line, the conflict between glib and libspectrum is fixed
-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} |