diff options
-rw-r--r-- | graphics/libpcd/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/libpcd/Makefile b/graphics/libpcd/Makefile index 27886acff075..fa842ee84a28 100644 --- a/graphics/libpcd/Makefile +++ b/graphics/libpcd/Makefile @@ -19,4 +19,10 @@ INSTALLS_SHLIB= yes WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} MAKEFILE= ${WRKSRC}/GNUmakefile -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile on 4.x" +.endif + +.include <bsd.port.post.mk> |