diff options
-rwxr-xr-x | cups/Pkgfile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cups/Pkgfile b/cups/Pkgfile index b83f8067d..5c1ca699d 100755 --- a/cups/Pkgfile +++ b/cups/Pkgfile @@ -7,7 +7,7 @@ name=cups version=1.4.6 -release=2 +release=3 source=( http://ftp.easysw.com/pub/$name/$version/$name-$version-source.tar.bz2\ cups) @@ -24,8 +24,6 @@ build() { --with-logdir=/var/log/cups \ --with-docdir=/usr/share/doc/cups \ --enable-raw-printing \ - --enable-pdftops \ - --with-pdftops=pdftops \ --mandir=/usr/share/man \ --enable-threads \ --enable-ssl \ |