Put back ONLY_FOR_ARCHS=i386, this needs some work for 64 bit platforms.

Mark BROKEN on 4.x.

Reported by:	kris
This commit is contained in:
Sam Lawrance 2006-11-05 09:57:49 +00:00
parent 6a3791ecef
commit 248e5be24c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176458

View File

@ -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>