diff options
author | tron <tron@pkgsrc.org> | 2002-03-26 08:01:44 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-03-26 08:01:44 +0000 |
commit | ecbf85a04e36ca1429432076c871b6166b06e80f (patch) | |
tree | 02b4038c2dafa8347f2f43bf11fb292d164328b5 /x11/gnome-python | |
parent | e15addb035b443cc34a7520c2aef1a607feea01e (diff) | |
download | pkgsrc-ecbf85a04e36ca1429432076c871b6166b06e80f.tar.gz |
Include "gnome-core" buildlink glue code to fix builds problems.
Diffstat (limited to 'x11/gnome-python')
-rw-r--r-- | x11/gnome-python/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/gnome-python/Makefile b/x11/gnome-python/Makefile index 2d52101d5ee..b3947c23a04 100644 --- a/x11/gnome-python/Makefile +++ b/x11/gnome-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2002/03/24 14:16:56 tron Exp $ +# $NetBSD: Makefile,v 1.25 2002/03/26 08:01:44 tron Exp $ DISTNAME= gnome-python-1.4.0 PKGNAME= ${PYPKGPREFIX}-gnome-1.4.0 @@ -39,6 +39,5 @@ post-configure: .endif .include "../../lang/python/extension.buildlink.mk" -.include "../../net/ORBit/buildlink.mk" -.include "../../x11/controlcenter/buildlink.mk" +.include "../../x11/gnome-core/buildlink.mk" .include "../../mk/bsd.pkg.mk" |