summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2020-03-26 02:33:15 +0000
committerjoerg <joerg@pkgsrc.org>2020-03-26 02:33:15 +0000
commit6c12508bb676149ed7f53ce80045a739ecaa4adb (patch)
tree4a20d73b53879075bc4d28c1e7ef21034508d27d /games
parent2d2685083771ecff8f9a43787f15346d02f583b0 (diff)
downloadpkgsrc-6c12508bb676149ed7f53ce80045a739ecaa4adb.tar.gz
Ignore portability when configure is already patched
Diffstat (limited to 'games')
-rw-r--r--games/lbreakout2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/lbreakout2/Makefile b/games/lbreakout2/Makefile
index ea681c7b5cc..05df74d779b 100644
--- a/games/lbreakout2/Makefile
+++ b/games/lbreakout2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2020/03/20 11:57:42 nia Exp $
+# $NetBSD: Makefile,v 1.46 2020/03/26 02:33:15 joerg Exp $
DISTNAME= lbreakout2-2.6.5
CATEGORIES= games
@@ -16,6 +16,8 @@ CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc
LDFLAGS.SunOS+= -lsocket -lnsl
+CHECK_PORTABILITY_SKIP+= configure.in
+
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Msunpro)
SUBST_CLASSES+= sunpro