diff options
author | obache <obache@pkgsrc.org> | 2012-01-27 13:02:05 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-01-27 13:02:05 +0000 |
commit | 5ce00ca5c48896af1f6622e45f2f7bfa3da123e4 (patch) | |
tree | 634deda941d3aeef02bbd331f9c6f2f2e8cb0dcd | |
parent | dc645f04cbc1cec8e9dfd376d2d84c03c40c1725 (diff) | |
download | pkgsrc-5ce00ca5c48896af1f6622e45f2f7bfa3da123e4.tar.gz |
No need to buildlink with py-gtk2, simple DEPENDS is sufficient.
-rw-r--r-- | devel/rox-lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/rox-lib/Makefile b/devel/rox-lib/Makefile index 77177ea7fb1..5816d6544d3 100644 --- a/devel/rox-lib/Makefile +++ b/devel/rox-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2011/11/01 06:01:04 sbd Exp $ +# $NetBSD: Makefile,v 1.17 2012/01/27 13:02:05 obache Exp $ # DISTNAME= rox-lib-2.0.2 @@ -13,6 +13,7 @@ COMMENT= Shared code for ROX applications DEPENDS+= rox>=2.2.0:../../sysutils/rox DEPENDS+= ${PYPKGPREFIX}-expat>=0nb2:../../textproc/py-expat +DEPENDS+= ${PYPKGPREFIX}-gtk2>=1.99.13:../../x11/py-gtk2 PKG_DESTDIR_SUPPORT= user-destdir @@ -48,5 +49,4 @@ do-install: cd ${WRKSRC} && pax -rw . ${DESTDIR}${PREFIX}/share/rox/ROX-Lib2 .include "../../lang/python/application.mk" -.include "../../x11/py-gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |