diff options
author | jwise <jwise@pkgsrc.org> | 2002-02-12 21:49:56 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2002-02-12 21:49:56 +0000 |
commit | f55362ead85ca4352d054fbcc96a0732436350f2 (patch) | |
tree | 38d982e094e6cb44396f16808c030b3e9f000dc6 /x11 | |
parent | 11812b42840377def580bd47af31b4d8acc4fc6a (diff) | |
download | pkgsrc-f55362ead85ca4352d054fbcc96a0732436350f2.tar.gz |
We need the ORBit buildlink as well.
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 f8021cd308a..f9a46b11968 100644 --- a/x11/gnome-python/Makefile +++ b/x11/gnome-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2002/01/24 16:24:38 tron Exp $ +# $NetBSD: Makefile,v 1.22 2002/02/12 21:49:56 jwise Exp $ DISTNAME= gnome-python-1.4.0 PKGNAME= ${PYPKGPREFIX}-gnome-1.4.0 @@ -38,4 +38,5 @@ post-configure: .endif .include "../../lang/python/extension.buildlink.mk" +.include "../../net/ORBit/buildlink.mk" .include "../../mk/bsd.pkg.mk" |