diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-01-20 08:45:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-01-20 08:45:42 +0000 |
commit | 29e6c9f8be0eeafe0e34d31ab1ff0ad80d75e1d6 (patch) | |
tree | 9299dfa01c3a755dcbf2aa17eaaf2f0846cdc8a4 /games | |
parent | 458c1a7455951f3f245bad36d454c6df49f08872 (diff) | |
download | ports-29e6c9f8be0eeafe0e34d31ab1ff0ad80d75e1d6.tar.gz ports-29e6c9f8be0eeafe0e34d31ab1ff0ad80d75e1d6.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/liquidwar/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/liquidwar/Makefile b/games/liquidwar/Makefile index 6cf4a24f335f..812a74c7c0ce 100644 --- a/games/liquidwar/Makefile +++ b/games/liquidwar/Makefile @@ -7,6 +7,7 @@ PORTNAME= liquidwar PORTVERSION= 5.6.4 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://liquidwar.sunsite.dk/archive/ \ ${MASTER_SITE_SAVANNAH} \ @@ -16,7 +17,7 @@ MASTER_SITE_SUBDIR= liquidwar MAINTAINER= edwin@mavetju.org COMMENT= You control an army of liquid and have to try and eat your opponents -LIB_DEPENDS= alleg.43:${PORTSDIR}/devel/allegro-devel +LIB_DEPENDS= alleg.4:${PORTSDIR}/devel/allegro-devel GNU_CONFIGURE= yes USE_GMAKE= yes |