aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/vgb-bin
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2006-08-03 16:47:06 +0800
committererwin <erwin@FreeBSD.org>2006-08-03 16:47:06 +0800
commit9b29365417b3c71177e2f1748917db171465e9b2 (patch)
tree69a091c67379a59695e133572cb5bdaa75aee030 /emulators/vgb-bin
parent2e0f80e531a141bd07bbe83b91658dee9964a2e3 (diff)
downloadfreebsd-ports-gnome-9b29365417b3c71177e2f1748917db171465e9b2.tar.gz
freebsd-ports-gnome-9b29365417b3c71177e2f1748917db171465e9b2.tar.zst
freebsd-ports-gnome-9b29365417b3c71177e2f1748917db171465e9b2.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
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>