diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-02-08 01:14:05 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-02-08 01:14:05 +0000 |
commit | 43485240fbb28269d906aa6fe20c065c1aeff699 (patch) | |
tree | b3d214b4731928c9d3555f209ef3978e2063a645 /emulators | |
parent | Add a missing dependency on libXrender, and add a missing '\n' to the end of (diff) |
USE_SIZEify
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vgb-bin/Makefile | 1 | ||||
-rw-r--r-- | emulators/vgb-bin/distinfo | 1 | ||||
-rw-r--r-- | emulators/vgba-bin/Makefile | 1 | ||||
-rw-r--r-- | emulators/vgba-bin/distinfo | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/emulators/vgb-bin/Makefile b/emulators/vgb-bin/Makefile index 542144ff1090..a8612ca81bfa 100644 --- a/emulators/vgb-bin/Makefile +++ b/emulators/vgb-bin/Makefile @@ -19,6 +19,7 @@ COMMENT= Nintendo GameBoy(tm) emulator (closed binary version of vgb) ONLY_FOR_ARCHS= i386 USE_X_PREFIX= yes +USE_SIZE= yes NO_BUILD= no NO_WRKSUBDIR= no diff --git a/emulators/vgb-bin/distinfo b/emulators/vgb-bin/distinfo index 92f8ea14b83c..61f15249729b 100644 --- a/emulators/vgb-bin/distinfo +++ b/emulators/vgb-bin/distinfo @@ -1 +1,2 @@ MD5 (VGB22-FreeBSD-80x86-bin.tar.Z) = a4cf3af2a1a3018d74373f807b5b3ccb +SIZE (VGB22-FreeBSD-80x86-bin.tar.Z) = 397983 diff --git a/emulators/vgba-bin/Makefile b/emulators/vgba-bin/Makefile index acf362c23fe1..d411a3ae21ac 100644 --- a/emulators/vgba-bin/Makefile +++ b/emulators/vgba-bin/Makefile @@ -18,6 +18,7 @@ COMMENT= Virtual GameBoy Advance is an emulator of Nintendo GameBoy Advance(TM) ONLY_FOR_ARCHS= i386 USE_X_PREFIX= yes +USE_SIZE= yes NO_BUILD= no NO_WRKSUBDIR= no diff --git a/emulators/vgba-bin/distinfo b/emulators/vgba-bin/distinfo index feede1384c76..e301527c1f44 100644 --- a/emulators/vgba-bin/distinfo +++ b/emulators/vgba-bin/distinfo @@ -1 +1,2 @@ MD5 (VGBA20-FreeBSD-80x86-bin.tar.Z) = 8786af794d5a9a5f83682ea4eacd5ec6 +SIZE (VGBA20-FreeBSD-80x86-bin.tar.Z) = 276708 |