diff options
author | linimon <linimon@FreeBSD.org> | 2007-03-06 14:54:19 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-03-06 14:54:19 +0800 |
commit | 144d68c6e6f6189d13ff54c84b1b9055aa8087da (patch) | |
tree | 9dfdb42ead5000a9895d96f1ce7060b2d2c23421 /print | |
parent | c9f8aacf34bae745915c1c9480ba3f9922f19a67 (diff) | |
download | freebsd-ports-gnome-144d68c6e6f6189d13ff54c84b1b9055aa8087da.tar.gz freebsd-ports-gnome-144d68c6e6f6189d13ff54c84b1b9055aa8087da.tar.zst freebsd-ports-gnome-144d68c6e6f6189d13ff54c84b1b9055aa8087da.zip |
Use the new facility of bsd.port.mk to be able to simplify the interaction
of USE_PHP and OPTIONS.
PR: ports/106557
Submitted by: ale
Hat: portmgr
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-base/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index 478932b909af..09431951b2c9 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -71,8 +71,8 @@ CONFIGURE_ARGS+= --disable-gnutls --enable-openssl .if defined(WITH_PHP) CONFIGURE_ARGS+= --with-php USE_PHP= yes +USE_PHP_BUILD= yes PLIST_SUB+= PHP="" -.include "${PORTSDIR}/Mk/bsd.php.mk" .else CONFIGURE_ARGS+= --without-php PLIST_SUB+= PHP="@comment " |