diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-04-08 11:05:26 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-04-08 11:05:26 +0000 |
commit | c1ceab4ebe4b3dba532afa3279694044ee659893 (patch) | |
tree | 37799fe0e792286636e209c890552dd77aef60fb /print | |
parent | - Remove bogus (in presence of USE_GITHUB) USES=tar* (diff) |
- Remove bogus (in presence of USE_GITHUB) USES=tar*
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=438034
Diffstat (limited to 'print')
-rw-r--r-- | print/cups/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index 5d42abd696ff..63d84792f214 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -38,7 +38,7 @@ CONFIGURE_ARGS= --disable-dnssd \ --with-pam-module="unix" \ ac_cv_path_JAVA= ac_cv_path_PERL= ac_cv_path_PHPCGI= \ ac_cv_path_PHP= ac_cv_path_PYTHON= -USES= cpe gmake iconv localbase pkgconfig tar:bzip2 +USES= cpe gmake iconv localbase pkgconfig CPE_VENDOR= apple USE_LDCONFIG= yes USE_RC_SUBR= cupsd |