aboutsummaryrefslogtreecommitdiff
path: root/emulators/vgb-bin
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2006-08-03 08:47:06 +0000
committerErwin Lansing <erwin@FreeBSD.org>2006-08-03 08:47:06 +0000
commit39c356f369f5408fcb98dc3246359f6633ee863f (patch)
tree00829640c164acc35fa3e78b5d15b7aadf235d9f /emulators/vgb-bin
parentb9df14724efaadb6ed6f0b35a20977cb7aa8ed63 (diff)
downloadports-39c356f369f5408fcb98dc3246359f6633ee863f.tar.gz
ports-39c356f369f5408fcb98dc3246359f6633ee863f.zip
- Use new IA32_BINARY_PORT macro instead of ONLY_FOR_ARCHS
- Portlint nit PR: 100481 Submitted by: gabor Sponsored by: Google Summer of Code 2006
Notes
Notes: svn path=/head/; revision=169540
Diffstat (limited to 'emulators/vgb-bin')
-rw-r--r--emulators/vgb-bin/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/vgb-bin/Makefile b/emulators/vgb-bin/Makefile
index cf51d061ba4c..85892d6bd3e2 100644
--- a/emulators/vgb-bin/Makefile
+++ b/emulators/vgb-bin/Makefile
@@ -7,6 +7,7 @@
PORTNAME= vgb
PORTVERSION= 3.0
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= http://fms.komkon.org/VGB/
@@ -17,7 +18,7 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= lioux@FreeBSD.org
COMMENT= Nintendo GameBoy(tm) emulator (closed binary version of vgb)
-ONLY_FOR_ARCHS= i386
+IA32_BINARY_PORT= yes
USE_X_PREFIX= yes
NO_BUILD= no
NO_WRKSUBDIR= no
@@ -36,7 +37,7 @@ do-install:
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 502100
-IGNORE= Does not work for FreeBSD versions prior to 5.2.1R
+IGNORE= does not work for FreeBSD versions prior to 5.2.1R
.endif
.include <bsd.port.post.mk>