aboutsummaryrefslogtreecommitdiffstats
path: root/audio/solfege/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-02-04 12:36:30 +0800
committermarcus <marcus@FreeBSD.org>2004-02-04 12:36:30 +0800
commit7073ebf74ec3895bb8dada6cbe2e57f3329849cc (patch)
tree6e94333233053731622780aae8a8285e148ade96 /audio/solfege/Makefile
parentf687852f8f35b5067f8978d6405346545b01be3a (diff)
downloadfreebsd-ports-gnome-7073ebf74ec3895bb8dada6cbe2e57f3329849cc.tar.gz
freebsd-ports-gnome-7073ebf74ec3895bb8dada6cbe2e57f3329849cc.tar.zst
freebsd-ports-gnome-7073ebf74ec3895bb8dada6cbe2e57f3329849cc.zip
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor Tested by: bento
Diffstat (limited to 'audio/solfege/Makefile')
-rw-r--r--audio/solfege/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/solfege/Makefile b/audio/solfege/Makefile
index 00886904a052..1c18e32fcc0c 100644
--- a/audio/solfege/Makefile
+++ b/audio/solfege/Makefile
@@ -8,6 +8,7 @@
PORTNAME= solfege
PORTVERSION= 2.0.4
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -15,8 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Free eartraining software
-BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext-old \
- gm4:${PORTSDIR}/devel/m4 \
+BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
swig:${PORTSDIR}/devel/swig11 \
xsltproc:${PORTSDIR}/textproc/libxslt \
${LOCALBASE}/share/xsl/docbook/html/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl \
@@ -27,6 +27,7 @@ USE_X_PREFIX= yes
USE_GNOME= gnomehack gnomeprefix libgtkhtml
USE_PYTHON= yes
USE_GMAKE= yes
+USE_GETTEXT= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= M4=${LOCALBASE}/bin/gm4
CONFIGURE_ARGS= --disable-oss-sound \