diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-12-08 09:57:19 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-12-08 09:57:19 +0000 |
commit | d8682a211857575657da76b1e8fd59004430a22f (patch) | |
tree | ab3eb3307d829df074892d414628ceb545c8a251 /print/cups-base/Makefile | |
parent | d86dba7bdc9676b305ad844dad065763fad42cba (diff) | |
download | ports-d8682a211857575657da76b1e8fd59004430a22f.tar.gz ports-d8682a211857575657da76b1e8fd59004430a22f.zip |
Notes
Diffstat (limited to 'print/cups-base/Makefile')
-rw-r--r-- | print/cups-base/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index df3a67c70d38..f680b7cf3eb6 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -84,6 +84,7 @@ USE_LDCONFIG= yes PKGMESSAGE= ${NONEXISTENT} DESCR= ${MASTERDIR}/pkg-descr.image .else +PORTREVISION= 2 CUPS_SUFFIX= -base LIB_DEPENDS+= cups.2:${PORTSDIR}/${PKGCATEGORY}/cups-client \ cupsimage.2:${PORTSDIR}/${PKGCATEGORY}/cups-image @@ -95,8 +96,10 @@ USE_RC_SUBR= cupsd .if defined(CUPS_OVERWRITE_BASE) PLIST_SUB+= OVERWRITE="" +CONFIGURE_ARGS+= --with-printcap=/etc/printcap .else PLIST_SUB+= OVERWRITE="@comment " +CONFIGURE_ARGS+= --with-printcap=${PREFIX}/etc/printcap .endif .if !defined(WITHOUT_GNUTLS) |