diff options
author | oliver <oliver@FreeBSD.org> | 2005-05-07 19:01:02 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-05-07 19:01:02 +0800 |
commit | 0b8844421d566b18c37f569caadb85cb3d24701b (patch) | |
tree | 6fb4f69439d7853494ccbdc8bc96f793b6a98821 /devel/eris | |
parent | 33f28cfb47f47800e0786ac71f8de25365437a8f (diff) | |
download | freebsd-ports-gnome-0b8844421d566b18c37f569caadb85cb3d24701b.tar.gz freebsd-ports-gnome-0b8844421d566b18c37f569caadb85cb3d24701b.tar.zst freebsd-ports-gnome-0b8844421d566b18c37f569caadb85cb3d24701b.zip |
update Atlas-C++ to 0.4.95
Diffstat (limited to 'devel/eris')
-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 |