diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2015-06-12 17:51:11 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2015-06-12 17:51:11 +0000 |
commit | 4c0cc5a159d7c6a0f31af9a928b8ad111dc9c27e (patch) | |
tree | 2232dcf59ea824517945b74993d9959641a1b3ee | |
parent | 5a866de5aff2df847a3e342f7f92199047a55f10 (diff) | |
download | freebsd-ports-4c0cc5a159d7c6a0f31af9a928b8ad111dc9c27e.zip |
- Remove GNOME option, according to port Changelog file this program
is no longer GNOME app for at least few years. Also it uses
USE_GNOME=pygnomeextras removed in r372768
- Correct spelling in COMMENT, "ear training" is used all over homepage
and project documentation
-rw-r--r-- | audio/solfege/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/audio/solfege/Makefile b/audio/solfege/Makefile index f3dd975a71ac..683c4ed76e05 100644 --- a/audio/solfege/Makefile +++ b/audio/solfege/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION} PKGNAMESUFFIX= -nosound MAINTAINER= ports@FreeBSD.org -COMMENT= Free eartraining software +COMMENT= Free ear training software LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING @@ -32,10 +32,6 @@ NO_ARCH= yes # Restrict to stable (even) versions, indicated by the second component. PORTSCOUT= limitw:1,even -OPTIONS_DEFINE= GNOME - -GNOME_USE= GNOME=pygnomeextras - STYLESHEET= ${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl post-patch: |