summaryrefslogtreecommitdiff
path: root/sysutils/915resolution
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2006-11-05 09:57:49 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2006-11-05 09:57:49 +0000
commit248e5be24c5a1180ec06e8d9f9387a4e7f968ff6 (patch)
tree149b2e0f5ed990ebf33dd11a5e6e3a08fb173cc4 /sysutils/915resolution
parentReset bouncing maintainer address. CVS history indicates this may have (diff)
Put back ONLY_FOR_ARCHS=i386, this needs some work for 64 bit platforms.
Mark BROKEN on 4.x. Reported by: kris
Notes
Notes: svn path=/head/; revision=176458
Diffstat (limited to 'sysutils/915resolution')
-rw-r--r--sysutils/915resolution/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/sysutils/915resolution/Makefile b/sysutils/915resolution/Makefile
index c46f77280eb9..2a47c618b114 100644
--- a/sysutils/915resolution/Makefile
+++ b/sysutils/915resolution/Makefile
@@ -19,6 +19,14 @@ COMMENT= Resolution tool for Intel i915 video cards
PLIST_FILES= bin/915resolution
ALL_TARGET= 915resolution
+ONLY_FOR_ARCHS= i386
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= Does not build
+.endif
+
do-build:
cd ${WRKSRC} && \
${CC} ${CFLAGS} 915resolution.c -o 915resolution
@@ -26,4 +34,4 @@ do-build:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/915resolution ${PREFIX}/bin
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>