diff options
author | tron <tron@pkgsrc.org> | 1999-05-26 22:37:58 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-05-26 22:37:58 +0000 |
commit | f38e0520d88a579935118cd598518308bf5756a3 (patch) | |
tree | 64af921253ff9a905e30ab84ba0b3a0fe92fbec7 /net/ntop | |
parent | 768f13d2d2589dc07f557ebdcab10a19399feb52 (diff) | |
download | pkgsrc-f38e0520d88a579935118cd598518308bf5756a3.tar.gz |
Change "NOT_FOR_PLATFORM" pattern so that "make" really understands it.
Fixes PR pkg/7651 by Eric Mumpower.
Diffstat (limited to 'net/ntop')
-rw-r--r-- | net/ntop/Makefile | 4 |
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 |