diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-05-07 11:01:02 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-05-07 11:01:02 +0000 |
commit | 05a8c28660e852611f7231818657830ce72a2060 (patch) | |
tree | 0942e2a333effc8f7805dc3d9eff96f48bf9600d /devel/eris/Makefile | |
parent | 084359c38d39a773f6c0dbb1fd165d04b22358ed (diff) | |
download | ports-05a8c28660e852611f7231818657830ce72a2060.tar.gz ports-05a8c28660e852611f7231818657830ce72a2060.zip |
Notes
Diffstat (limited to 'devel/eris/Makefile')
-rw-r--r-- | devel/eris/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/eris/Makefile b/devel/eris/Makefile index 82b8ba97b367..1d072c00af32 100644 --- a/devel/eris/Makefile +++ b/devel/eris/Makefile @@ -7,6 +7,7 @@ PORTNAME= eris PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://ftp.worldforge.org/pub/worldforge/libs/eris/ \ http://purple.worldforge.org/downloads/libs/eris/ \ @@ -16,7 +17,7 @@ MASTER_SITE_SUBDIR= worldforge MAINTAINER= jannisan@t-online.de COMMENT= WorldForge client entity library -LIB_DEPENDS= Atlas-0.5.1:${PORTSDIR}/devel/atlas \ +LIB_DEPENDS= Atlas-0.5.2:${PORTSDIR}/devel/atlas \ skstream-0.3.1:${PORTSDIR}/net/skstream \ wfmath-0.3.3:${PORTSDIR}/math/wfmath \ sigc-1.2:${PORTSDIR}/devel/libsigc++12 |