summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortron <tron>1999-05-26 22:37:58 +0000
committertron <tron>1999-05-26 22:37:58 +0000
commit7ef57b15f916fa41608431170d374da960fcaa47 (patch)
tree64af921253ff9a905e30ab84ba0b3a0fe92fbec7 /net
parent02f55b6136299deaf860f50bb17fbd2e533020cc (diff)
downloadpkgsrc-7ef57b15f916fa41608431170d374da960fcaa47.tar.gz
Change "NOT_FOR_PLATFORM" pattern so that "make" really understands it.
Fixes PR pkg/7651 by Eric Mumpower.
Diffstat (limited to 'net')
-rw-r--r--net/ntop/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile
index d60765eb0d6..498dc79ceb8 100644
--- a/net/ntop/Makefile
+++ b/net/ntop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 1999/05/24 20:39:47 tv Exp $
+# $NetBSD: Makefile,v 1.9 1999/05/26 22:37:58 tron Exp $
DISTNAME= ntop-1.0
CATEGORIES= net
@@ -12,7 +12,7 @@ DEPENDS= ncurses-1.9.9g:../../devel/ncurses
HOMEPAGE= http://www-serra.unipi.it/~ntop/
-NOT_FOR_PLATFORM= *-*-{alpha,mips} # elf problems WRT libcurses
+NOT_FOR_PLATFORM= *-*-alpha *-*-mips # elf problems WRT libcurses
HAS_CONFIGURE= yes
GNU_CONFIGURE= yes