diff options
author | snj <snj@pkgsrc.org> | 2004-04-27 22:43:29 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-27 22:43:29 +0000 |
commit | aa0b913be359254e2a52d14052f261d3a293ded9 (patch) | |
tree | fc4ce43d7755ddbf83cc72f95ad95f897f404243 | |
parent | 1f40881d7d2cb8efa18218098e8391e2c427565a (diff) | |
download | pkgsrc-aa0b913be359254e2a52d14052f261d3a293ded9.tar.gz |
Remove buildlink2 support, as all packages including this file are using
buildlink3.
-rw-r--r-- | x11/gtk2/modules.mk | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/x11/gtk2/modules.mk b/x11/gtk2/modules.mk index 46c1457d012..c46e3a55447 100644 --- a/x11/gtk2/modules.mk +++ b/x11/gtk2/modules.mk @@ -1,4 +1,4 @@ -# $NetBSD: modules.mk,v 1.7 2004/04/12 21:21:19 jmmv Exp $ +# $NetBSD: modules.mk,v 1.8 2004/04/27 22:43:29 snj Exp $ # # This Makefile fragment is intended to be included by packages that install # GTK2 modules. It takes care of rebuilding the corresponding databases at @@ -36,11 +36,6 @@ USE_PKGINSTALL= YES PRINT_PLIST_AWK+= /^libdata\/gtk-2.0/ { next; } PRINT_PLIST_AWK+= /^@dirrm libdata\/gtk-2.0/ { next; } -.if defined(USE_BUILDLINK3) && !empty(USE_BUILDLINK3:M[Yy][Ee][Ss]) .include "../../x11/gtk2/buildlink3.mk" -.else -USE_BUILDLINK2= YES -.include "../../x11/gtk2/buildlink2.mk" -.endif .endif # GTK2_MODULES_MK |