aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-03-11 18:35:21 +0800
committerkris <kris@FreeBSD.org>2004-03-11 18:35:21 +0800
commitf3321f39b2f9164f2d00fcf0b12f64731287446e (patch)
treeb7fda39338432893e887b0d92dd04bbcd4d288c0 /audio
parent51c2730ff21ec42578d2e1c22c73cc2116ce9a77 (diff)
downloadfreebsd-ports-gnome-f3321f39b2f9164f2d00fcf0b12f64731287446e.tar.gz
freebsd-ports-gnome-f3321f39b2f9164f2d00fcf0b12f64731287446e.tar.zst
freebsd-ports-gnome-f3321f39b2f9164f2d00fcf0b12f64731287446e.zip
This appears to be broken globally.
Diffstat (limited to 'audio')
-rw-r--r--audio/snd/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile
index d64189e28c3e..64d577920cf6 100644
--- a/audio/snd/Makefile
+++ b/audio/snd/Makefile
@@ -17,6 +17,8 @@ COMMENT= Multitracking sound editor and utilities
LIB_DEPENDS= gsl.5:${PORTSDIR}/math/gsl
+BROKEN= "Does not compile"
+
.if !defined(WITHOUT_ESD)
RUN_DEPENDS= esd:${PORTSDIR}/audio/esound
.endif
@@ -77,12 +79,6 @@ USE_XLIB= yes
.endif
WRKSRC= ${WRKDIR}/snd-5
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 502000
-BROKEN= "Does not compile"
-.endif
-
post-configure:
@${MV} ${WRKSRC}/makefile ${WRKSRC}/makefile.orig
@${SED} -e "s: -ldl::g" < ${WRKSRC}/makefile.orig > ${WRKSRC}/makefile
@@ -142,4 +138,4 @@ do-install:
post-build:
${MV} ${WRKSRC}/sndinfo ${WRKSRC}/snd-info
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>