diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-04-17 22:55:23 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-04-17 22:55:23 +0000 |
commit | 58fbb6152ccb1630ce28ff31c7dfd2ddc12d877e (patch) | |
tree | 691181bdcc1603a9e98621425afa5630cc9ab15f /audio/kexis | |
parent | a3c25fa19247b1d47d709f72475e8a728ab6f0ac (diff) | |
download | ports-58fbb6152ccb1630ce28ff31c7dfd2ddc12d877e.tar.gz ports-58fbb6152ccb1630ce28ff31c7dfd2ddc12d877e.zip |
Notes
Diffstat (limited to 'audio/kexis')
-rw-r--r-- | audio/kexis/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/audio/kexis/Makefile b/audio/kexis/Makefile index 941e58f77209..afece7f9762d 100644 --- a/audio/kexis/Makefile +++ b/audio/kexis/Makefile @@ -20,10 +20,4 @@ PLIST_FILES= bin/kexis do-install: ${INSTALL_PROGRAM} ${WRKSRC}/kexis ${PREFIX}/bin/ -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not build on 4.x -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |