diff options
author | sobomax <sobomax@FreeBSD.org> | 2003-01-02 15:06:10 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2003-01-02 15:06:10 +0000 |
commit | 2d06637d3146a986d9c6c0d8aa5d92751b3c4168 (patch) | |
tree | c8f70ea8dfbe4a0d8eacf1f1505d595a7457aaf0 /emulators/gnuboy | |
parent | b1edd65b002d0e7996b39e47ae3506982d421f88 (diff) | |
download | FreeBSD-ports-2d06637d3146a986d9c6c0d8aa5d92751b3c4168.zip FreeBSD-ports-2d06637d3146a986d9c6c0d8aa5d92751b3c4168.tar.gz |
Update version number of SDL shared library.
Diffstat (limited to 'emulators/gnuboy')
-rw-r--r-- | emulators/gnuboy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/gnuboy/Makefile b/emulators/gnuboy/Makefile index 84b27d0..0d2178c 100644 --- a/emulators/gnuboy/Makefile +++ b/emulators/gnuboy/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= http://gnuboy.unix-fu.org/src/ \ MAINTAINER= ijliao@FreeBSD.org LIB_DEPENDS= vga.1:${PORTSDIR}/graphics/svgalib \ - SDL-1.1.4:${PORTSDIR}/devel/sdl12 + SDL-1.1.5:${PORTSDIR}/devel/sdl12 USE_XLIB= yes USE_AUTOCONF= yes |