diff options
-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" |