diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-05-24 09:45:13 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-05-24 09:45:13 +0000 |
commit | a31e3e36aaaed78b1a3ddce49d2498a286f95acc (patch) | |
tree | 48470e3011067bcccecea652a0dee7c4b6a71c46 /print/hplip | |
parent | cc3435263d7e4462ea7276fb7ff81e7b744bc9fb (diff) | |
download | ports-a31e3e36aaaed78b1a3ddce49d2498a286f95acc.tar.gz ports-a31e3e36aaaed78b1a3ddce49d2498a286f95acc.zip |
Notes
Diffstat (limited to 'print/hplip')
-rw-r--r-- | print/hplip/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/print/hplip/Makefile b/print/hplip/Makefile index 854177c2705b..23a9abc2ac6a 100644 --- a/print/hplip/Makefile +++ b/print/hplip/Makefile @@ -29,14 +29,10 @@ CONFLICTS= hpijs-[0-9]* hplip-2* GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-dependency-tracking \ - --enable-pp-build \ + --disable-pp-build \ --enable-foomatic-ppd-install \ --enable-foomatic-rip-hplip-install \ --enable-hpijs-install \ - --enable-hpijs-only-build \ - --enable-hpcups-only-build \ - --enable-hpcups-install \ - --enable-new-hpcups \ --with-icondir=${LOCALBASE}/share/applications \ --with-cupsbackenddir=${LOCALBASE}/libexec/cups/backend \ --with-cupsfilterdir=${LOCALBASE}/libexec/cups/filter \ |