diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-05-17 15:48:39 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-05-17 15:48:39 +0000 |
commit | 8053820fe0b141a4582b247211f275db8c7937d2 (patch) | |
tree | 05d69762a1853dbcd8f41292b608d442b0856cbe /print | |
parent | fc03346f8625b1c1b8b3455fc5b54f4ea7ed0b89 (diff) | |
download | ports-8053820fe0b141a4582b247211f275db8c7937d2.tar.gz ports-8053820fe0b141a4582b247211f275db8c7937d2.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-base/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index 4a30536ac7cc..59503b205f17 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= EASYSW/${PORTNAME}/${DISTVERSION} PKGNAMESUFFIX= ${CUPS_SUFFIX}${PKGNAMESUFFIX2} MAINTAINER= dinoex@FreeBSD.org -COMMENT= Common UNIX Printing System +COMMENT= Common UNIX Printing System: ${COMMENT2} CONFLICTS= LPRng-[0-9]* @@ -62,6 +62,7 @@ CUPSSYSGRP= wheel .if defined(CUPS_CLIENT) CUPS_SUFFIX= -client +COMMENT2= Library cupsimage INSTALL_WRKSRC= ${WRKSRC}/cups PLIST= ${MASTERDIR}/pkg-plist.client USE_LDCONFIG= yes @@ -72,6 +73,7 @@ LIB_DEPENDS+= cups.2:${PORTSDIR}/${PKGCATEGORY}/cups-client \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff +COMMENT2= Library cups CONFIGURE_ARGS+= --disable-pdftops INSTALL_WRKSRC= ${WRKSRC}/filter PLIST= ${MASTERDIR}/pkg-plist.image @@ -83,6 +85,7 @@ LIB_DEPENDS+= cups.2:${PORTSDIR}/${PKGCATEGORY}/cups-client \ cupsimage.2:${PORTSDIR}/${PKGCATEGORY}/cups-image # force build if old cups is installed. BUILD_DEPENDS+= ${LOCALBASE}/lib/libcups.a:${PORTSDIR}/${PKGCATEGORY}/cups-client +COMMENT2= Server USE_RC_SUBR= cupsd .endif |