diff options
-rw-r--r-- | audio/solfege/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/audio/solfege/Makefile b/audio/solfege/Makefile index 6dc9da329..ec3b7dc18 100644 --- a/audio/solfege/Makefile +++ b/audio/solfege/Makefile @@ -4,7 +4,7 @@ # Whom: ijliao # # $FreeBSD$ -# $MCom: ports/audio/solfege/Makefile,v 1.5 2007/07/23 16:29:56 mezz Exp $ +# $MCom: ports/audio/solfege/Makefile,v 1.6 2007/08/15 06:04:48 mezz Exp $ # PORTNAME= solfege @@ -29,6 +29,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 @@ -40,15 +41,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} \ |