diff options
author | Doug Barton <dougb@FreeBSD.org> | 2006-05-25 07:49:11 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2006-05-25 07:49:11 +0000 |
commit | fffc4807dbab26fcda6aeda0c235f982ccaa4bef (patch) | |
tree | 0e20f720027f97a0a6157a068504a7eb5aa6a8cf /print | |
parent | b1adad3a20cb7e49bfc9e4f053dda6237264a206 (diff) |
I should have tested this before committing, but change spaces
to tab after a variable name.
Notes
Notes:
svn path=/head/; revision=163345
Diffstat (limited to 'print')
-rw-r--r-- | print/hplip/Makefile | 2 | ||||
-rw-r--r-- | print/hplip3/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/print/hplip/Makefile b/print/hplip/Makefile index 93e42d48ff9a..eaff30a3e0d9 100644 --- a/print/hplip/Makefile +++ b/print/hplip/Makefile @@ -47,7 +47,7 @@ BROKEN= does not compile .endif .if exists(${LOCALBASE}/bin/pylupdate) -WITH_GUI= yes +WITH_GUI= yes .endif .if defined(WITH_GUI) diff --git a/print/hplip3/Makefile b/print/hplip3/Makefile index 93e42d48ff9a..eaff30a3e0d9 100644 --- a/print/hplip3/Makefile +++ b/print/hplip3/Makefile @@ -47,7 +47,7 @@ BROKEN= does not compile .endif .if exists(${LOCALBASE}/bin/pylupdate) -WITH_GUI= yes +WITH_GUI= yes .endif .if defined(WITH_GUI) |