diff options
author | drochner <drochner@pkgsrc.org> | 1999-06-04 16:55:11 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 1999-06-04 16:55:11 +0000 |
commit | d718e990811303c74d819bb260dcf2e522e99693 (patch) | |
tree | 651d33db4c3b2c9b8c5e0da662f7b16502d8179e /databases | |
parent | f7784037b2d96dfe181aebb21361346ed1a8dbd9 (diff) | |
download | pkgsrc-d718e990811303c74d819bb260dcf2e522e99693.tar.gz |
NOT_FOR_PLATFORM= *-*-{alpha,mips} doesn't work.
Worse - it matches (almost?) everything.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql/Makefile b/databases/postgresql/Makefile index e40705d9dfe..426189ccb8c 100644 --- a/databases/postgresql/Makefile +++ b/databases/postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 1999/05/24 20:39:36 tv Exp $ +# $NetBSD: Makefile,v 1.33 1999/06/04 16:55:12 drochner Exp $ # FreeBSD Id: Makefile,v 1.22 1997/12/24 01:21:37 alex Exp # @@ -18,7 +18,7 @@ DEPENDS+= tk-8.0.5:../../x11/tk80 \ addnerd-1.6:../../sysutils/addnerd # Needs ELF clue, mips has no TAS implementation -NOT_FOR_PLATFORM= *-*-{alpha,mips} +NOT_FOR_PLATFORM= *-*-alpha *-*-mips PLIST_SRC= ${WRKDIR}/PLIST.tmp REQ_FILE= ${WRKDIR}/REQ |