diff options
author | joerg <joerg@pkgsrc.org> | 2020-03-18 18:03:53 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2020-03-18 18:03:53 +0000 |
commit | dbf542ccedfa7a8c745edd95723a8ff98532aef6 (patch) | |
tree | 21fd59b27e172dee9cdcc62adbb5313b054756ff | |
parent | def86233e41b8c33c470f94a759d4d06513eff3b (diff) | |
download | pkgsrc-dbf542ccedfa7a8c745edd95723a8ff98532aef6.tar.gz |
Skip configure.in as configure is patched
-rw-r--r-- | x11/wxGTK28-contrib/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/wxGTK28-contrib/Makefile b/x11/wxGTK28-contrib/Makefile index 7d5b838f3bf..5fdd55ba76b 100644 --- a/x11/wxGTK28-contrib/Makefile +++ b/x11/wxGTK28-contrib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2020/03/10 22:09:17 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2020/03/18 18:03:53 joerg Exp $ .include "../../x11/wxGTK28/Makefile.common" @@ -11,6 +11,9 @@ USE_TOOLS+= gmake BUILD_DIRS= build-non-unicode/contrib/src \ build-unicode/contrib/src +# We patch configure +CHECK_PORTABILITY_SKIP+= configure.in + INSTALL_TARGET= install BUILDLINK_DEPMETHOD.libXt?= build |