diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-17 13:14:45 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-17 13:14:45 +0000 |
commit | 0dc7363f5b65b4272237e487f73934a150193129 (patch) | |
tree | 41e7acd5f21a57a54d0f6bff8985260dca684437 /print | |
parent | 0ec8b32a5598d11ab4504398c03fb25e1a7b353c (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-base/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index 2de2214ccb74..e9331033619a 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -19,7 +19,8 @@ CONFLICTS= LPRng-[0-9]* UNIQUENAME= ${PORTNAME}${PKGNAMESUFFIX} -USES+= gmake pkgconfig tar:bzip2 +USES+= cpe gmake pkgconfig tar:bzip2 +CPE_VENDOR= apple DESTDIRNAME= DSTROOT GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |