diff options
author | drochner <drochner> | 1999-06-04 16:55:11 +0000 |
---|---|---|
committer | drochner <drochner> | 1999-06-04 16:55:11 +0000 |
commit | 4a20c3cda0298a19e7da325a3ae09756b6367e73 (patch) | |
tree | 651d33db4c3b2c9b8c5e0da662f7b16502d8179e /databases/postgresql/Makefile | |
parent | 035a67fd55a9fcbd04d0aedf65023e5bd1a3d2dd (diff) | |
download | pkgsrc-4a20c3cda0298a19e7da325a3ae09756b6367e73.tar.gz |
NOT_FOR_PLATFORM= *-*-{alpha,mips} doesn't work.
Worse - it matches (almost?) everything.
Diffstat (limited to 'databases/postgresql/Makefile')
-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 |