diff options
author | wiz <wiz@pkgsrc.org> | 2012-10-23 10:24:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-10-23 10:24:02 +0000 |
commit | a825c28ac2b5aa2b89db1e714906ff5cecf79d0f (patch) | |
tree | 892072fafe7eefd7f4adc55fc610517564655d57 /x11/openmotif | |
parent | 69efe4eab57ba01a1854f74b9d460c7bcd3741e3 (diff) | |
download | pkgsrc-a825c28ac2b5aa2b89db1e714906ff5cecf79d0f.tar.gz |
Remove xextproto/buildlink3.mk in most cases where it occurs with
libXext/buildlink3.mk, now that it is included there.
Leave the places where its API version is set or variables from it
are used directly (about 3 packages).
Diffstat (limited to 'x11/openmotif')
-rw-r--r-- | x11/openmotif/Makefile | 3 | ||||
-rw-r--r-- | x11/openmotif/buildlink3.mk | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/x11/openmotif/Makefile b/x11/openmotif/Makefile index e9fdb4fb9e0..0c231aac67c 100644 --- a/x11/openmotif/Makefile +++ b/x11/openmotif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.71 2012/01/12 16:01:46 hans Exp $ +# $NetBSD: Makefile,v 1.72 2012/10/23 10:24:20 wiz Exp $ PKGVER= 2.3.3 DISTNAME= openmotif-${PKGVER} @@ -121,5 +121,4 @@ post-build: .include "../../x11/libXext/buildlink3.mk" .include "../../x11/libXft/buildlink3.mk" .include "../../x11/xbitmaps/buildlink3.mk" -.include "../../x11/xextproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/x11/openmotif/buildlink3.mk b/x11/openmotif/buildlink3.mk index 8b12c260c11..a2a1473436d 100644 --- a/x11/openmotif/buildlink3.mk +++ b/x11/openmotif/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.22 2012/05/07 01:54:12 dholland Exp $ +# $NetBSD: buildlink3.mk,v 1.23 2012/10/23 10:24:20 wiz Exp $ BUILDLINK_TREE+= openmotif @@ -23,7 +23,6 @@ BUILDLINK_TRANSFORM+= rm:-lXp .include "../../x11/libXext/buildlink3.mk" .include "../../x11/libXft/buildlink3.mk" .include "../../x11/xbitmaps/buildlink3.mk" -.include "../../x11/xextproto/buildlink3.mk" .endif # OPENMOTIF_BUILDLINK3_MK BUILDLINK_TREE+= -openmotif |