diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-09 22:50:51 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-09 22:50:51 +0000 |
commit | e548426d97ef5f64cd84abbe6155e6cb1bf60257 (patch) | |
tree | bfde4e12e91c69c003726408ba5c58379e89420b /audio | |
parent | - Update to 1.0.5 (diff) |
Replace BUILD_DEPENDS on Xvfb and a handful of fonts with USE_DISPLAY=yes.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/solfege/Makefile | 10 |
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} \ |