diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-10-26 03:08:52 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-10-26 03:08:52 +0000 |
commit | 742e6fd884b497370d1bbc2a7e06251940cabe9f (patch) | |
tree | 9775ff602f4817c216957d94b3ac9556c141f0de /audio/osalp/Makefile | |
parent | c0b410d0177f30f70c39e7235022ea5ec9420389 (diff) | |
download | ports-742e6fd884b497370d1bbc2a7e06251940cabe9f.tar.gz ports-742e6fd884b497370d1bbc2a7e06251940cabe9f.zip |
Notes
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> |