aboutsummaryrefslogtreecommitdiffstats
path: root/audio/solfege
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-09-10 06:50:51 +0800
committeredwin <edwin@FreeBSD.org>2007-09-10 06:50:51 +0800
commitfc05102088e315cf27b9a824d229fa6e95f5262e (patch)
tree41e13e2e5c84da4e604c25568f9841b57f3162e5 /audio/solfege
parentc76b5183b98f510ffa6b624f4e65b94dbbdd01ce (diff)
downloadfreebsd-ports-graphics-fc05102088e315cf27b9a824d229fa6e95f5262e.tar.gz
freebsd-ports-graphics-fc05102088e315cf27b9a824d229fa6e95f5262e.tar.zst
freebsd-ports-graphics-fc05102088e315cf27b9a824d229fa6e95f5262e.zip
Replace BUILD_DEPENDS on Xvfb and a handful of fonts with USE_DISPLAY=yes.
Diffstat (limited to 'audio/solfege')
-rw-r--r--audio/solfege/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/audio/solfege/Makefile b/audio/solfege/Makefile
index 71705bad838..2567962282f 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} \