diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2011-03-01 10:31:50 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2011-03-01 10:31:50 +0000 |
commit | 6dec521cd097bd9583828bd9ae6e6a36a908feec (patch) | |
tree | 5ef2ef5178e11440656f21c00382e2d6cbcd659f /audio | |
parent | 20c19931f445efeaf7bc0c6c83aa363e60d7d3fa (diff) | |
download | ports-6dec521cd097bd9583828bd9ae6e6a36a908feec.tar.gz ports-6dec521cd097bd9583828bd9ae6e6a36a908feec.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gdam/Makefile | 8 | ||||
-rw-r--r-- | audio/schism/Makefile | 8 |
2 files changed, 14 insertions, 2 deletions
diff --git a/audio/gdam/Makefile b/audio/gdam/Makefile index 9959dc14fd6c..55d932e6599d 100644 --- a/audio/gdam/Makefile +++ b/audio/gdam/Makefile @@ -30,4 +30,10 @@ post-patch: @${REINPLACE_CMD} -e 's|-lglib -lgtk|-lglib-12 -lgtk-12|' ${WRKSRC}/skin/foreign/xmmsvis/Makefile.in @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/ltconfig -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 900027 +BROKEN= does not build +.endif + +.include <bsd.port.post.mk> diff --git a/audio/schism/Makefile b/audio/schism/Makefile index b51ab50c4905..4cfaa4febd14 100644 --- a/audio/schism/Makefile +++ b/audio/schism/Makefile @@ -38,4 +38,10 @@ PORTSCOUT= skipv:20110101 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/schismtracker ${PREFIX}/bin/${PORTNAME} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 900027 +BROKEN= does not build +.endif + +.include <bsd.port.post.mk> |