diff options
| author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2009-03-27 12:42:27 +0000 |
|---|---|---|
| committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2009-03-27 12:42:27 +0000 |
| commit | 9f1145d18e412f2da6a4f5ef983b8b68bad3dec3 (patch) | |
| tree | 2c3a79fa84343e8119bc5d4e86a3b04cc46ee27d | |
| parent | - Update to 20090327 (diff) | |
Unbreak on 8-CURRENT
Notes
Notes:
svn path=/head/; revision=231111
Diffstat (limited to '')
| -rw-r--r-- | audio/schism/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/audio/schism/Makefile b/audio/schism/Makefile index 782813371374..448cc45a13ac 100644 --- a/audio/schism/Makefile +++ b/audio/schism/Makefile @@ -31,13 +31,7 @@ PLIST_FILES= bin/${PORTNAME} WRKSRC= ${WRKDIR}/${PORTNAME} -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 800000 -BROKEN= currently does not support 8-CURRENT -.endif - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/schismtracker ${PREFIX}/bin/${PORTNAME} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |
