diff options
author | pav <pav@FreeBSD.org> | 2005-11-13 23:17:00 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-11-13 23:17:00 +0800 |
commit | 992093174c162a39df32f63b58b2bc26b90601c1 (patch) | |
tree | 4b0451b6fc0f874709c4f07f5317316df2835067 /games/fargoal | |
parent | cc6e85ec6b6bcc3e4141d26ffba61373d711d2a1 (diff) | |
download | freebsd-ports-gnome-992093174c162a39df32f63b58b2bc26b90601c1.tar.gz freebsd-ports-gnome-992093174c162a39df32f63b58b2bc26b90601c1.tar.zst freebsd-ports-gnome-992093174c162a39df32f63b58b2bc26b90601c1.zip |
- Chase allegro update
Diffstat (limited to 'games/fargoal')
-rw-r--r-- | games/fargoal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/fargoal/Makefile b/games/fargoal/Makefile index a9b53441de25..4bb96a9fbe16 100644 --- a/games/fargoal/Makefile +++ b/games/fargoal/Makefile @@ -7,7 +7,7 @@ PORTNAME= fargoal PORTVERSION= 20030731b -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= squidfighter @@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Remake of classic roguelike game "Sword of Fargoal" -LIB_DEPENDS= alleg.41:${PORTSDIR}/devel/allegro +LIB_DEPENDS= alleg.42:${PORTSDIR}/devel/allegro WRKSRC= ${WRKDIR}/fargoal/src USE_X_PREFIX= yes |