diff options
author | tron <tron@pkgsrc.org> | 2002-03-24 14:16:56 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-03-24 14:16:56 +0000 |
commit | 443effc1310a57fc996c33993601962503662b6a (patch) | |
tree | ae85c082c9d34b29f6eb811e795e74132b3d54c5 /x11 | |
parent | 7621c45c78e63d9d721341964fd881d003ed84de (diff) | |
download | pkgsrc-443effc1310a57fc996c33993601962503662b6a.tar.gz |
Include buildlink glue code for "control]center" to fix build problem.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-python/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gnome-python/Makefile b/x11/gnome-python/Makefile index 39e71ac4ae4..2d52101d5ee 100644 --- a/x11/gnome-python/Makefile +++ b/x11/gnome-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2002/03/13 17:37:56 fredb Exp $ +# $NetBSD: Makefile,v 1.24 2002/03/24 14:16:56 tron Exp $ DISTNAME= gnome-python-1.4.0 PKGNAME= ${PYPKGPREFIX}-gnome-1.4.0 @@ -40,4 +40,5 @@ post-configure: .include "../../lang/python/extension.buildlink.mk" .include "../../net/ORBit/buildlink.mk" +.include "../../x11/controlcenter/buildlink.mk" .include "../../mk/bsd.pkg.mk" |