diff options
author | Lev A. Serebryakov <lev@FreeBSD.org> | 2008-06-30 10:00:07 +0000 |
---|---|---|
committer | Lev A. Serebryakov <lev@FreeBSD.org> | 2008-06-30 10:00:07 +0000 |
commit | 9ffc02942d56820e9f987cabe4b5592db5ea034a (patch) | |
tree | a30063f6e5626132e0426505cffb826aaf0762b0 /games/gtkradiant | |
parent | 164733d9dfad71b53a8b8a7ff980d3e525c4f2cb (diff) | |
download | ports-9ffc02942d56820e9f987cabe4b5592db5ea034a.tar.gz ports-9ffc02942d56820e9f987cabe4b5592db5ea034a.zip |
(1) Upgrade subversion to version 1.5.0.
(2) Make binding ports to be real ports, which installs only bindings and
depend on subversion.
(3) Rename bindings ports to reflect perl5/python/ruby modules naming scheme.
(4) Re-base subversion-freebsd to `devel/subversion'.
(5) Fix all ports, which depends on subversion bindings.
Notes
Notes:
svn path=/head/; revision=216025
Diffstat (limited to 'games/gtkradiant')
-rw-r--r-- | games/gtkradiant/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gtkradiant/Makefile b/games/gtkradiant/Makefile index a0e62c1df257..b0461cce065a 100644 --- a/games/gtkradiant/Makefile +++ b/games/gtkradiant/Makefile @@ -18,7 +18,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:id \ MAINTAINER= alepulver@FreeBSD.org COMMENT= Level design program developed by id Software and Loki Software -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libsvn/__init__.py:${PORTSDIR}/devel/subversion-python +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 |