diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-17 21:14:45 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-17 21:14:45 +0800 |
commit | 900b93ad1efda3f39154d10c5a9457b03aaf19f5 (patch) | |
tree | 41e7acd5f21a57a54d0f6bff8985260dca684437 /print | |
parent | 1601d42193e15d589e7ccede85a66bac9bfa2a5b (diff) | |
download | freebsd-ports-gnome-900b93ad1efda3f39154d10c5a9457b03aaf19f5.tar.gz freebsd-ports-gnome-900b93ad1efda3f39154d10c5a9457b03aaf19f5.tar.zst freebsd-ports-gnome-900b93ad1efda3f39154d10c5a9457b03aaf19f5.zip |
- Add CPE info
Approved by: portmgr blanket
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 |