diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
commit | 7f4572eae4327c4403d9ef714cb6de917650662a (patch) | |
tree | e5609c11a5cecf09649970cae33b72d3774969e3 /audio/solfege | |
parent | 630b8bcb8b62c77a87ea9d6bfa87a312a9d89555 (diff) |
Notes
Diffstat (limited to 'audio/solfege')
-rw-r--r-- | audio/solfege/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/solfege/Makefile b/audio/solfege/Makefile index 3979dfd20c00..a8580673d043 100644 --- a/audio/solfege/Makefile +++ b/audio/solfege/Makefile @@ -15,8 +15,8 @@ COMMENT= Free ear training software LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= docbook-xsl>0:${PORTSDIR}/textproc/docbook-xsl \ - txt2man:${PORTSDIR}/textproc/txt2man +BUILD_DEPENDS= docbook-xsl>0:textproc/docbook-xsl \ + txt2man:textproc/txt2man USES= gettext gmake makeinfo pathfix pkgconfig python shebangfix SHEBANG_FILES= exercises/standard/lesson-files/bin/csound-play-harmonic-interval.sh |