diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-08-03 08:47:06 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-08-03 08:47:06 +0000 |
commit | 39c356f369f5408fcb98dc3246359f6633ee863f (patch) | |
tree | 00829640c164acc35fa3e78b5d15b7aadf235d9f /emulators | |
parent | b9df14724efaadb6ed6f0b35a20977cb7aa8ed63 (diff) | |
download | ports-39c356f369f5408fcb98dc3246359f6633ee863f.tar.gz ports-39c356f369f5408fcb98dc3246359f6633ee863f.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vgb-bin/Makefile | 5 |
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> |