diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 13:03:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 13:03:55 +0000 |
commit | 270a2cb06bac9deaa83a7bf518d24dd5290f1038 (patch) | |
tree | d906a1023121e31d8ba733cea9aaadba68454b16 /emulators/vgb-bin | |
parent | - Update to 0.83 (diff) |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'emulators/vgb-bin')
-rw-r--r-- | emulators/vgb-bin/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/vgb-bin/Makefile b/emulators/vgb-bin/Makefile index baa358d82240..d2e95a31c77c 100644 --- a/emulators/vgb-bin/Makefile +++ b/emulators/vgb-bin/Makefile @@ -7,7 +7,7 @@ PORTNAME= vgb PORTVERSION= 3.0 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= http://fms.komkon.org/VGB/ @@ -19,7 +19,6 @@ MAINTAINER= lioux@FreeBSD.org COMMENT= Nintendo GameBoy(tm) emulator (closed binary version of vgb) IA32_BINARY_PORT= yes -USE_X_PREFIX= yes NO_BUILD= no NO_WRKSUBDIR= no |