diff options
author | jlam <jlam@pkgsrc.org> | 2001-10-03 22:36:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-10-03 22:36:37 +0000 |
commit | f25f9d2824f2548b605b8cf88494b54c2d1335d9 (patch) | |
tree | 52c18907bfe7de767bdbd153225e7d61aac042bb /x11/wxGTK | |
parent | 98cd81fd463921699b46403b8d5cc871f6f3aba2 (diff) | |
download | pkgsrc-f25f9d2824f2548b605b8cf88494b54c2d1335d9.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 |