diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-04-20 02:11:42 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-04-20 02:11:42 +0000 |
commit | 7b2c7e824aa2d7e8a70354278626c65ee0471281 (patch) | |
tree | 9c2d6e31325f7a22f16d0850207c57323cd69a7a | |
parent | 936c8b20acf13c864545e508f9b45ab0b7c6e5e6 (diff) |
Notes
-rw-r--r-- | devel/pmk/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/pmk/Makefile b/devel/pmk/Makefile index 4ba130efb98f..c9724e643aaa 100644 --- a/devel/pmk/Makefile +++ b/devel/pmk/Makefile @@ -32,10 +32,4 @@ post-install: @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .endif -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on 4.x -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |