aboutsummaryrefslogtreecommitdiff
path: root/audio/linuxsampler
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2009-09-14 17:51:48 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2009-09-14 17:51:48 +0000
commitb839d0fdaab7c2304ff175379fa505af4da04f7d (patch)
tree6ac310319bb17a7548e7d9b3d74f069aef9be3cb /audio/linuxsampler
parent79998d9b73585662dbfcda221b1caef2480f335e (diff)
downloadports-b839d0fdaab7c2304ff175379fa505af4da04f7d.tar.gz
ports-b839d0fdaab7c2304ff175379fa505af4da04f7d.zip
Notes
Diffstat (limited to 'audio/linuxsampler')
-rw-r--r--audio/linuxsampler/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/audio/linuxsampler/Makefile b/audio/linuxsampler/Makefile
index 23337c7ac235..05231c359812 100644
--- a/audio/linuxsampler/Makefile
+++ b/audio/linuxsampler/Makefile
@@ -24,9 +24,13 @@ CFLAGS+= "-I${LOCALBASE}/include"
USE_GMAKE= yes
USE_GNOME= gnomehack gnomeprefix gnometarget
USE_LDCONFIG= yes
+RESTRICTED= no commercial use
+MAN1= linuxsampler.1
-RESTRICTED= "no commercial use"
+.include <bsd.port.pre.mk>
-MAN1= linuxsampler.1
+.if ${OSVERSION} < 700000
+BROKEN= Does not compile
+.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>