From f38e0520d88a579935118cd598518308bf5756a3 Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 26 May 1999 22:37:58 +0000 Subject: Change "NOT_FOR_PLATFORM" pattern so that "make" really understands it. Fixes PR pkg/7651 by Eric Mumpower. --- net/ntop/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net') 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 -- cgit v1.2.3