diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-09-10 07:47:50 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-09-10 07:47:50 +0800 |
commit | 0bfbc6bf7fbabe82670a3989dc33cc9cc768fece (patch) | |
tree | 077925bc111fc8911386bc5011bbcdcbb71f4403 | |
parent | 49bc3c87e2e07eaa0996801b37b522ce432353c2 (diff) | |
download | marcuscom-ports-0bfbc6bf7fbabe82670a3989dc33cc9cc768fece.tar marcuscom-ports-0bfbc6bf7fbabe82670a3989dc33cc9cc768fece.tar.gz marcuscom-ports-0bfbc6bf7fbabe82670a3989dc33cc9cc768fece.tar.bz2 marcuscom-ports-0bfbc6bf7fbabe82670a3989dc33cc9cc768fece.tar.lz marcuscom-ports-0bfbc6bf7fbabe82670a3989dc33cc9cc768fece.tar.xz marcuscom-ports-0bfbc6bf7fbabe82670a3989dc33cc9cc768fece.tar.zst marcuscom-ports-0bfbc6bf7fbabe82670a3989dc33cc9cc768fece.zip |
Sync w/ FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9549 df743ca5-7f9a-e211-a948-0013205c9059
-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} \ |