summaryrefslogtreecommitdiff
path: root/math/xldlas
diff options
context:
space:
mode:
authortron <tron>1999-06-20 21:06:17 +0000
committertron <tron>1999-06-20 21:06:17 +0000
commitfcb2904bbad784fe7ba5a41560a09d3520c67adf (patch)
treeac9aebfa40184ccffd2322a82fcf7fdec10ca5a3 /math/xldlas
parent310016f923a15fdc1fcfdd34ac96390d82fdfdd3 (diff)
downloadpkgsrc-fcb2904bbad784fe7ba5a41560a09d3520c67adf.tar.gz
Don't use "{}" or "[]" in "ONLY_FOR_PLATFORM" or "NOT_FOR_PLATFORM"
because "bsd.pkg.mk" can't handle those patterns. Fixes PR pkg/7808 by Chris Demetriou.
Diffstat (limited to 'math/xldlas')
-rw-r--r--math/xldlas/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/xldlas/Makefile b/math/xldlas/Makefile
index a8ecd874ab9..cbf968c2b0f 100644
--- a/math/xldlas/Makefile
+++ b/math/xldlas/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1999/05/24 20:39:45 tv Exp $
+# $NetBSD: Makefile,v 1.6 1999/06/20 21:06:20 tron Exp $
# FreeBSD Id: Makefile,v 1.5 1998/09/26 23:18:07 steve Exp
#
@@ -15,7 +15,7 @@ HOMEPAGE= http://a42.com/~thor/xldlas/
DEPENDS= xforms-0.88:../../x11/xforms
-ONLY_FOR_PLATFORM= *-*-{arm32,i386,m68k,sparc,ns32k}
+ONLY_FOR_PLATFORM= *-*-arm32 *-*-i386 *-*-m68k *-*-ns32k *-*-sparc
USE_X11BASE= yes