diff options
author | jlam <jlam> | 2001-10-03 22:36:37 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-10-03 22:36:37 +0000 |
commit | 64fb8c7effe41d9c9fec2237056d5bc16e8e149c (patch) | |
tree | 52c18907bfe7de767bdbd153225e7d61aac042bb /x11 | |
parent | a465e12048e2c595fc0f0cce3d9628a5f367cf14 (diff) | |
download | pkgsrc-64fb8c7effe41d9c9fec2237056d5bc16e8e149c.tar.gz |
bsd.buildlink.mk will automatically handle the REPLACE_BUILDLINK stuff, so
we can remove REPLACE_BUILDLINK settings containing *-config, *Conf.sh, and
*.pc.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-libs/Makefile | 4 | ||||
-rw-r--r-- | x11/gtk/Makefile | 4 | ||||
-rw-r--r-- | x11/wxGTK/Makefile | 4 |
3 files changed, 3 insertions, 9 deletions
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile index 186277de211..95be3088a9f 100644 --- a/x11/gnome-libs/Makefile +++ b/x11/gnome-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 2001/09/30 21:14:34 rh Exp $ +# $NetBSD: Makefile,v 1.71 2001/10/03 22:36:41 jlam Exp $ DISTNAME= gnome-libs-1.4.1.2 CATEGORIES= x11 gnome @@ -24,8 +24,6 @@ CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} \ PKGLOCALEDIR=${PKGLOCALEDIR} USE_BUILDLINK_ONLY= YES -REPLACE_BUILDLINK= gnomeConf.sh -REPLACE_BUILDLINK+= gnome-config LOCALSTATEDIR= /var/gnome PLIST_SUBST+= LOCALBASE=${LOCALBASE} \ diff --git a/x11/gtk/Makefile b/x11/gtk/Makefile index 1796444c20f..feb3c7b167e 100644 --- a/x11/gtk/Makefile +++ b/x11/gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2001/08/29 22:41:29 jlam Exp $ +# $NetBSD: Makefile,v 1.66 2001/10/03 22:36:41 jlam Exp $ DISTNAME= gtk+-1.2.10 CATEGORIES= x11 @@ -15,8 +15,6 @@ BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5 BUILD_USES_MSGFMT= yes USE_BUILDLINK_ONLY= yes -REPLACE_BUILDLINK= gtk-config - USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig USE_X11BASE= yes diff --git a/x11/wxGTK/Makefile b/x11/wxGTK/Makefile index 6cc71743d1a..46fd7a644de 100644 --- a/x11/wxGTK/Makefile +++ b/x11/wxGTK/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/06/29 08:53:17 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2001/10/03 22:36:41 jlam Exp $ # DISTNAME= wxGTK-2.2.7 @@ -10,8 +10,6 @@ HOMEPAGE= http://www.freiburg.linux.de/~wxxt/ COMMENT= GTK-based implementation of the wxWindows GUI library USE_BUILDLINK_ONLY= # defined -REPLACE_BUILDLINK= wxgtk-config - USE_GMAKE= # defined USE_LIBTOOL= # defined GNU_CONFIGURE= # defined |