diff options
author | pav <pav@FreeBSD.org> | 2009-01-24 17:51:22 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-24 17:51:22 +0800 |
commit | 244e255bb4a611e06984180f3c2730b2fb8977f5 (patch) | |
tree | 71e7238ca454510f6a7ba844ae0c117318f52ce8 /games/kartofel | |
parent | f81112c2df0ba94799d7d83eef786adac849a8de (diff) | |
download | freebsd-ports-gnome-244e255bb4a611e06984180f3c2730b2fb8977f5.tar.gz freebsd-ports-gnome-244e255bb4a611e06984180f3c2730b2fb8977f5.tar.zst freebsd-ports-gnome-244e255bb4a611e06984180f3c2730b2fb8977f5.zip |
- Chase curl update
Reported by: pointyhat
Diffstat (limited to 'games/kartofel')
-rw-r--r-- | games/kartofel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/kartofel/Makefile b/games/kartofel/Makefile index f038a05c1743..889f1a49aed0 100644 --- a/games/kartofel/Makefile +++ b/games/kartofel/Makefile @@ -7,6 +7,7 @@ PORTNAME= kartofel PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://kartofel.jfedor.org/downloads/ \ http://mirror.amdmi3.ru/ @@ -14,7 +15,7 @@ MASTER_SITES= http://kartofel.jfedor.org/downloads/ \ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Connect the dots in order without crossing over yourself -LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl USE_GMAKE= yes USE_SDL= sdl gfx mixer image ttf |