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/wxGTK | |
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/wxGTK')
-rw-r--r-- | x11/wxGTK/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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 |