diff options
author | kris <kris@FreeBSD.org> | 2002-10-26 11:08:52 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-10-26 11:08:52 +0800 |
commit | 201fbdc2d51f0eacabe959a7b3073154308b8032 (patch) | |
tree | 508a3b9150744a7e9e7eb891a25a02a6859cb236 /audio/osalp/Makefile | |
parent | d3a5735d228830154871c34a492976176b57c793 (diff) | |
download | freebsd-ports-gnome-201fbdc2d51f0eacabe959a7b3073154308b8032.tar.gz freebsd-ports-gnome-201fbdc2d51f0eacabe959a7b3073154308b8032.tar.zst freebsd-ports-gnome-201fbdc2d51f0eacabe959a7b3073154308b8032.zip |
Mark BROKEN on 5.0
Diffstat (limited to 'audio/osalp/Makefile')
-rw-r--r-- | audio/osalp/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/osalp/Makefile b/audio/osalp/Makefile index 48af51c54d8a..12ebc107ef4f 100644 --- a/audio/osalp/Makefile +++ b/audio/osalp/Makefile @@ -27,8 +27,14 @@ INSTALLS_SHLIB= yes PLIST_SUB= VERSION=${PORTVERSION} +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500035 +BROKEN= "Does not compile on 5.0" +.endif + post-patch: @${REINPLACE_CMD} -e 's|/usr/local/lib/aflib|${PREFIX}/lib/aflib|g' \ ${WRKSRC}/configure -.include <bsd.port.mk> +.include <bsd.port.post.mk> |