diff options
author | dbj <dbj@pkgsrc.org> | 2016-04-11 04:22:33 +0000 |
---|---|---|
committer | dbj <dbj@pkgsrc.org> | 2016-04-11 04:22:33 +0000 |
commit | f0b2d4c2907e8f8c75c0fefb76a726effa493ffa (patch) | |
tree | 43f2daca488868e0026cc02639eb63e7f02c5908 /cad | |
parent | bb2b4982bcf7c8af4aeaa3025abdc3119c30cf88 (diff) | |
download | pkgsrc-f0b2d4c2907e8f8c75c0fefb76a726effa493ffa.tar.gz |
update PKG_{FAIL,SKIP}_REASON with +=
Diffstat (limited to 'cad')
-rw-r--r-- | cad/pcb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index 94a5234b5f6..d033beed59a 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.81 2016/01/22 21:56:36 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.82 2016/04/11 04:22:33 dbj Exp $ # DISTNAME= pcb-20140316 @@ -53,7 +53,7 @@ CONFIGURE_ARGS+= --with-gui=gtk .elif !empty(PKG_OPTIONS:Mbatch) CONFIGURE_ARGS+= --with-gui=none .else -PKG_FAIL_REASON= Invalid options +PKG_FAIL_REASON+= Invalid options .endif # dbus is only needed if we are building a gui (lesstif/gtk) |