diff options
author | dhn <dhn@FreeBSD.org> | 2011-06-23 05:11:44 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2011-06-23 05:11:44 +0800 |
commit | f464f60d12dad1ff18fbf162acda2d66edf5c0bb (patch) | |
tree | 9278bf49004c20f251db771090e31d6008f5f8a6 /games/zoom | |
parent | e23820b3427184360abbc34a3c931e56798de973 (diff) | |
download | freebsd-ports-gnome-f464f60d12dad1ff18fbf162acda2d66edf5c0bb.tar.gz freebsd-ports-gnome-f464f60d12dad1ff18fbf162acda2d66edf5c0bb.tar.zst freebsd-ports-gnome-f464f60d12dad1ff18fbf162acda2d66edf5c0bb.zip |
- Fix build with clang
- Remove MD5 checksum
Diffstat (limited to 'games/zoom')
-rw-r--r-- | games/zoom/Makefile | 1 | ||||
-rw-r--r-- | games/zoom/distinfo | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/games/zoom/Makefile b/games/zoom/Makefile index a2e90de93f19..76cdb80b1c68 100644 --- a/games/zoom/Makefile +++ b/games/zoom/Makefile @@ -18,6 +18,7 @@ COMMENT= Z-Interpreter for X with full V6 support LIB_DEPENDS= t1.5:${PORTSDIR}/devel/t1lib \ png.6:${PORTSDIR}/graphics/png +USE_CSTD= gnu89 USE_PERL5= yes USE_XORG= xft USE_GNOME= gnometarget diff --git a/games/zoom/distinfo b/games/zoom/distinfo index 2c115045ee97..909535a871a7 100644 --- a/games/zoom/distinfo +++ b/games/zoom/distinfo @@ -1,3 +1,2 @@ -MD5 (zoom-1.1.4.tar.gz) = 57fbc06a50caf601307f9f60499041dc SHA256 (zoom-1.1.4.tar.gz) = 886b5db011314d2e4b4bd3e3ebd2aa3884f4e31f7cf68d6eea45407b8296cc6c SIZE (zoom-1.1.4.tar.gz) = 2177409 |