diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-02-03 12:54:20 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-02-03 12:54:20 +0800 |
commit | a154cea832ac4d8de36a5cc47c6a1ad98f044cae (patch) | |
tree | dbc62a0ac4fc3b887d82cbd33b9957734062b6f6 | |
parent | d7b144abb6f3c904975059137234b8e27d7fd390 (diff) | |
download | freebsd-ports-gnome-a154cea832ac4d8de36a5cc47c6a1ad98f044cae.tar.gz freebsd-ports-gnome-a154cea832ac4d8de36a5cc47c6a1ad98f044cae.tar.zst freebsd-ports-gnome-a154cea832ac4d8de36a5cc47c6a1ad98f044cae.zip |
Use new sdl
-rw-r--r-- | games/columns/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/columns/Makefile b/games/columns/Makefile index 6c8c04cab7be..1778b12a7404 100644 --- a/games/columns/Makefile +++ b/games/columns/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.phreax.net/ MAINTAINER= andy@icc.surw.chel.su -LIB_DEPENDS= SDL-1.0.0:${PORTSDIR}/devel/sdl +LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl ALL_TARGET= |