aboutsummaryrefslogtreecommitdiff
path: root/audio/solfege/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-09-09 22:50:51 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-09-09 22:50:51 +0000
commite548426d97ef5f64cd84abbe6155e6cb1bf60257 (patch)
treebfde4e12e91c69c003726408ba5c58379e89420b /audio/solfege/Makefile
parentd733982cbcc6f843c2fff1e6a91c895458cbd585 (diff)
downloadports-e548426d97ef5f64cd84abbe6155e6cb1bf60257.tar.gz
ports-e548426d97ef5f64cd84abbe6155e6cb1bf60257.zip
Replace BUILD_DEPENDS on Xvfb and a handful of fonts with USE_DISPLAY=yes.
Notes
Notes: svn path=/head/; revision=199221
Diffstat (limited to 'audio/solfege/Makefile')
-rw-r--r--audio/solfege/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/audio/solfege/Makefile b/audio/solfege/Makefile
index 71705bad8389..2567962282f2 100644
--- a/audio/solfege/Makefile
+++ b/audio/solfege/Makefile
@@ -27,6 +27,7 @@ CONFIGURE_ENV= ac_cv_path_XML2PO=""
CONFIGURE_ARGS= --disable-oss-sound \
--enable-docbook-stylesheet=${STYLESHEET}
MAKE_ARGS= skipmanual=yes
+USE_DISPLAY= yes
MAN1= lessonfile_editor.1 solfege.1
@@ -38,15 +39,6 @@ STYLESHEET= ${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl
USE_GNOME+= pygnomeextras
.endif
-.if defined(PACKAGE_BUILDING)
-BUILD_DEPENDS+= Xvfb:${X_VFBSERVER_PORT} \
- ${X11BASE}/lib/X11/fonts/misc/8x13O.pcf.gz:${X_FONTS_MISC_PORT}
-.else
-.if !defined(DISPLAY) || ${DISPLAY} == ""
-IGNORE= requires an active X session (and DISPLAY variable). Please compile this while running X
-.endif
-.endif
-
post-patch:
@${RM} ${WRKSRC}/lesson-files/bin/csound-play-harmonic-interval.sh.orig
@${GREP} -lR "/usr/bin/python" ${WRKSRC} | ${XARGS} \