diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-03-28 06:47:48 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-03-28 06:47:48 +0000 |
commit | de78af3ac53da4687d22975cd2e236a0668d9a0d (patch) | |
tree | d9c023ed56bfb9a9663ac490476a1cca76b1c499 /games/gtkradiant | |
parent | 1c61847a1158728babbb2e3016e7b369abef3304 (diff) | |
download | ports-de78af3ac53da4687d22975cd2e236a0668d9a0d.tar.gz ports-de78af3ac53da4687d22975cd2e236a0668d9a0d.zip |
Notes
Diffstat (limited to 'games/gtkradiant')
-rw-r--r-- | games/gtkradiant/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gtkradiant/Makefile b/games/gtkradiant/Makefile index c182da4829e5..cba5e9d38b71 100644 --- a/games/gtkradiant/Makefile +++ b/games/gtkradiant/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtkradiant PORTVERSION= 1.5.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_IDSOFTWARE:S|$|source/:id|} \ http://www.bsd-geek.de/FreeBSD/distfiles/:fb @@ -21,7 +21,7 @@ COMMENT= Level design program developed by id Software and Loki Software BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libsvn/__init__.py:${PORTSDIR}/devel/py-subversion LIB_DEPENDS= gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext \ mhash.2:${PORTSDIR}/security/mhash \ - png.5:${PORTSDIR}/graphics/png + png.6:${PORTSDIR}/graphics/png WRKSRC= ${WRKDIR}/GPL/GtkRadiant |