diff options
-rw-r--r-- | audio/denemo/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/audio/denemo/Makefile b/audio/denemo/Makefile index 2c778e5a37f2..247392ab429b 100644 --- a/audio/denemo/Makefile +++ b/audio/denemo/Makefile @@ -11,7 +11,7 @@ CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= multimedia@FreeBSD.org COMMENT= Graphical score editor USE_X_PREFIX= yes @@ -27,10 +27,6 @@ LDFLAGS= -L${LOCALBASE}/lib .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" -BROKEN= does not compile on sparc64 -.endif - .if defined(WITHOUT_NLS) CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " |