diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-04-03 19:44:24 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-04-03 19:44:24 +0000 |
commit | 34a8a8cd54d8ce695afed1a9d5714f9b0b1c4d1c (patch) | |
tree | bde3d38272c52cfba55c629855580f21abf1e69f /emulators/vgba-bin | |
parent | d68e3f780966b87f51303000c6ad2bcce61d6b05 (diff) | |
download | ports-34a8a8cd54d8ce695afed1a9d5714f9b0b1c4d1c.tar.gz ports-34a8a8cd54d8ce695afed1a9d5714f9b0b1c4d1c.zip |
Notes
Diffstat (limited to 'emulators/vgba-bin')
-rw-r--r-- | emulators/vgba-bin/Makefile | 6 | ||||
-rw-r--r-- | emulators/vgba-bin/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/emulators/vgba-bin/Makefile b/emulators/vgba-bin/Makefile index c904f164b7fc..58b9498bd2bf 100644 --- a/emulators/vgba-bin/Makefile +++ b/emulators/vgba-bin/Makefile @@ -6,7 +6,7 @@ # PORTNAME= vgba -PORTVERSION= 2.1 +PORTVERSION= 3.0 CATEGORIES= emulators MASTER_SITES= http://fms.komkon.org/VGBA/ PKGNAMESUFFIX= -bin @@ -32,8 +32,8 @@ do-install: .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 500000 -LIB_DEPENDS+= c_r.4:${PORTSDIR}/misc/compat4x +.if ${OSVERSION} < 502100 +IGNORE= Does not work for FreeBSD versions prior to 5.2.1R .endif .include <bsd.port.post.mk> diff --git a/emulators/vgba-bin/distinfo b/emulators/vgba-bin/distinfo index 9da88bdaa604..6039ee25b887 100644 --- a/emulators/vgba-bin/distinfo +++ b/emulators/vgba-bin/distinfo @@ -1,2 +1,2 @@ -MD5 (VGBA21-FreeBSD-80x86-bin.tar.Z) = bc39633b603fd5fcdfad20ac282d3a2d -SIZE (VGBA21-FreeBSD-80x86-bin.tar.Z) = 281267 +MD5 (VGBA30-FreeBSD-80x86-bin.tar.Z) = f50982c1462f34125ab1681cf1105d70 +SIZE (VGBA30-FreeBSD-80x86-bin.tar.Z) = 309626 |