diff options
author | oliver <oliver@FreeBSD.org> | 2009-04-04 20:05:22 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2009-04-04 20:05:22 +0800 |
commit | bab5c8df021c75954713530f66fd07adc2ee5c4e (patch) | |
tree | 2d40c62eb3af1222620acbffb71613961cd8a642 /devel/love07 | |
parent | 25c65b15fe9994c6bdcc249a0e1381aa61b9a4de (diff) | |
download | freebsd-ports-gnome-bab5c8df021c75954713530f66fd07adc2ee5c4e.tar.gz freebsd-ports-gnome-bab5c8df021c75954713530f66fd07adc2ee5c4e.tar.zst freebsd-ports-gnome-bab5c8df021c75954713530f66fd07adc2ee5c4e.zip |
update devel/physfs to 2.0.0
bump PORTREVISION on the affected ports
Diffstat (limited to 'devel/love07')
-rw-r--r-- | devel/love07/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/love07/Makefile b/devel/love07/Makefile index 914959593ac2..981e4bff8d4f 100644 --- a/devel/love07/Makefile +++ b/devel/love07/Makefile @@ -7,7 +7,7 @@ PORTNAME= love DISTVERSION= 0.5-0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games devel MASTER_SITES= SF @@ -15,7 +15,7 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Open-source 2D game engine LIB_DEPENDS= IL.2:${PORTSDIR}/graphics/devil \ - physfs-1.0.1:${PORTSDIR}/devel/physfs \ + physfs.1:${PORTSDIR}/devel/physfs \ freetype.9:${PORTSDIR}/print/freetype2 BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost |