diff options
author | kris <kris@FreeBSD.org> | 2005-04-10 21:50:44 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-04-10 21:50:44 +0000 |
commit | 53d7d2f83f667d44c4b6d0cd2af3d791b5e9593a (patch) | |
tree | 5297c85ba76aa10206a9717f20058b0190c4b739 /audio | |
parent | 21fb36b41b1ec2d4470717b88b2d865c079c3015 (diff) | |
download | FreeBSD-ports-53d7d2f83f667d44c4b6d0cd2af3d791b5e9593a.zip FreeBSD-ports-53d7d2f83f667d44c4b6d0cd2af3d791b5e9593a.tar.gz |
BROKEN: Does not install
Diffstat (limited to 'audio')
-rw-r--r-- | audio/snd/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile index 7b2340f..05d8529 100644 --- a/audio/snd/Makefile +++ b/audio/snd/Makefile @@ -17,6 +17,8 @@ COMMENT= Multitracking sound editor and utilities LIB_DEPENDS= gsl.6:${PORTSDIR}/math/gsl +BROKEN= "Does not install" + ALL_TARGET= audinfo snd sndinfo sndplay sndrecord sndsine CONFIGURE_ARGS= --with-float-samples \ --with-multifile @@ -80,12 +82,6 @@ USE_X_PREFIX= yes USE_XLIB= yes .endif -.include <bsd.port.pre.mk> - -.if ${ARCH} == "sparc64" -BROKEN= "Does not build on sparc64" -.endif - post-build: ${MV} ${WRKSRC}/sndinfo ${WRKSRC}/snd-info @@ -157,4 +153,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/*.scm ${DATADIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |