Date: Fri, 11 Apr 2014 14:00:31 +0000 (UTC) From: Boris Samorodov <bsam@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350953 - head/print/cups-base Message-ID: <201404111400.s3BE0Vhs063689@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bsam Date: Fri Apr 11 14:00:30 2014 New Revision: 350953 URL: http://svnweb.freebsd.org/changeset/ports/350953 QAT: https://qat.redports.org/buildarchive/r350953/ Log: A try (since I can't reproduce it at CURRENT) to fix "make index": include USES+=compiler unconditionally. Reported by: Poersnap buildbox Modified: head/print/cups-base/Makefile Modified: head/print/cups-base/Makefile ============================================================================== --- head/print/cups-base/Makefile Fri Apr 11 13:54:16 2014 (r350952) +++ head/print/cups-base/Makefile Fri Apr 11 14:00:30 2014 (r350953) @@ -51,19 +51,19 @@ CUPSSYSGRP= wheel GROUPS= cups USERS= cups +USES+= compiler + # UNIQUENAME must be set before bsd.port.pre.mk so OPTIONSFILE can be included .if defined(CUPS_CLIENT) PORTREVISION= 0 LICENSE= LGPL21 CUPS_SUFFIX= -client OPTIONS_DEFINE= GNUTLS -USES+= compiler .elif defined(CUPS_IMAGE) PORTREVISION= 0 CUPS_SUFFIX= -image LICENSE= LGPL21 OPTIONS_DEFINE= GNUTLS -USES+= compiler .else INSTALLS_ICONS= yes PORTREVISION= 0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404111400.s3BE0Vhs063689>