diff options
author | ahze <ahze@FreeBSD.org> | 2006-07-08 08:37:45 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-07-08 08:37:45 +0800 |
commit | eaf7465175d5dd10db0a2f6b03c6cd5861d35d26 (patch) | |
tree | 39d17f9c24c37d2fc26f75924347d7248741548a /audio | |
parent | 03cd84a6f862d1cf8b588a3116de1af0b44d1eab (diff) | |
download | freebsd-ports-gnome-eaf7465175d5dd10db0a2f6b03c6cd5861d35d26.tar.gz freebsd-ports-gnome-eaf7465175d5dd10db0a2f6b03c6cd5861d35d26.tar.zst freebsd-ports-gnome-eaf7465175d5dd10db0a2f6b03c6cd5861d35d26.zip |
- This version of denemo now builds on sparc64
- Adopt this port for sparc64
Diffstat (limited to 'audio')
-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 " |