diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-26 03:11:57 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-26 03:11:57 +0000 |
commit | 82f9e5ad5571ce54362c74935980b39d71601aeb (patch) | |
tree | 2f71c6551b79631fbd542b141c384e669000ca3e /graphics/sam2p | |
parent | 954affa7791628821f7a44260c318fd8b30ae842 (diff) | |
download | ports-82f9e5ad5571ce54362c74935980b39d71601aeb.tar.gz ports-82f9e5ad5571ce54362c74935980b39d71601aeb.zip |
Notes
Diffstat (limited to 'graphics/sam2p')
-rw-r--r-- | graphics/sam2p/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/sam2p/Makefile b/graphics/sam2p/Makefile index 5f0ce7f54a41..eb362c35d056 100644 --- a/graphics/sam2p/Makefile +++ b/graphics/sam2p/Makefile @@ -30,7 +30,13 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} ALL_TARGET= ${PORTNAME} +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sam2p ${PREFIX}/bin -.include <bsd.port.mk> +.include <bsd.port.post.mk> |