diff options
author | tron <tron> | 2001-10-08 20:24:59 +0000 |
---|---|---|
committer | tron <tron> | 2001-10-08 20:24:59 +0000 |
commit | 6f92a4a32ceb964681018a87e98f013493bb6f27 (patch) | |
tree | 8a5f0976fe9f58f052c1b327dbd26067d13d2d04 /net/ORBit/Makefile | |
parent | 53fc9995f4378ec4b41bd86b42cca1b84b670540 (diff) | |
download | pkgsrc-6f92a4a32ceb964681018a87e98f013493bb6f27.tar.gz |
Don't include the buildlink glue code for "pth". It is automatically
included by the buildlink glue code for "glib" which also knows that
Solaris doesn't need this.
Diffstat (limited to 'net/ORBit/Makefile')
-rw-r--r-- | net/ORBit/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ORBit/Makefile b/net/ORBit/Makefile index 5494999299b..0c63b70eeb9 100644 --- a/net/ORBit/Makefile +++ b/net/ORBit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2001/10/04 19:25:25 rh Exp $ +# $NetBSD: Makefile,v 1.68 2001/10/08 20:24:59 tron Exp $ # DISTNAME= ORBit-0.${ORBIT_MAJOR}.${ORBIT_MINOR} @@ -34,6 +34,5 @@ INFO_FILES= libIDL.info .include "../../devel/gettext-lib/buildlink.mk" .include "../../devel/glib/buildlink.mk" -.include "../../devel/pth/buildlink.mk" .include "../../security/tcp_wrappers/buildlink.mk" .include "../../mk/bsd.pkg.mk" |