aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/sam2p
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-09-26 11:11:57 +0800
committerkris <kris@FreeBSD.org>2004-09-26 11:11:57 +0800
commitf40ed67e216eca4715c54f0b6489464b8bda2b97 (patch)
tree4b1073e1c1514a257eb084cc15eae18363bfb77f /graphics/sam2p
parent54d81b9db96a7c7be0a0d8b09ff6cc1dd0650cff (diff)
downloadfreebsd-ports-gnome-f40ed67e216eca4715c54f0b6489464b8bda2b97.tar.gz
freebsd-ports-gnome-f40ed67e216eca4715c54f0b6489464b8bda2b97.tar.zst
freebsd-ports-gnome-f40ed67e216eca4715c54f0b6489464b8bda2b97.zip
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'graphics/sam2p')
-rw-r--r--graphics/sam2p/Makefile8
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>