aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-02-25 05:40:53 +0800
committeredwin <edwin@FreeBSD.org>2003-02-25 05:40:53 +0800
commitb15b480559f6e8a6dd8151f13c72439be382b5d3 (patch)
tree6894eecd9c02adea68b66262ee123c3fd1e6dc5b
parentd985c1c0165421104c1bd53f2d703f2555d56e22 (diff)
downloadfreebsd-ports-gnome-b15b480559f6e8a6dd8151f13c72439be382b5d3.tar.gz
freebsd-ports-gnome-b15b480559f6e8a6dd8151f13c72439be382b5d3.tar.zst
freebsd-ports-gnome-b15b480559f6e8a6dd8151f13c72439be382b5d3.zip
FIx "make index"
-rw-r--r--net/pear-Net_Sieve/Makefile2
-rw-r--r--security/pear-Auth/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/pear-Net_Sieve/Makefile b/net/pear-Net_Sieve/Makefile
index a88805f04d3b..656096187ecb 100644
--- a/net/pear-Net_Sieve/Makefile
+++ b/net/pear-Net_Sieve/Makefile
@@ -27,7 +27,7 @@ NO_BUILD= yes
.if exists(${LOCALBASE}/bin/php-config)
PHP_BASE!= ${LOCALBASE}/bin/php-config --prefix
.else
-PHP_BASE!= ${LOCALBASE}
+PHP_BASE= ${LOCALBASE}
.endif
PEAR= ${LOCALBASE}/bin/pear
LPHP_LIB= lib/php
diff --git a/security/pear-Auth/Makefile b/security/pear-Auth/Makefile
index 38b818ce8a1d..f112aa6fdcf8 100644
--- a/security/pear-Auth/Makefile
+++ b/security/pear-Auth/Makefile
@@ -26,7 +26,7 @@ NO_BUILD= yes
.if exists(${LOCALBASE}/bin/php-config)
PHP_BASE!= ${LOCALBASE}/bin/php-config --prefix
.else
-PHP_BASE!= ${LOCALBASE}
+PHP_BASE= ${LOCALBASE}
.endif
PEAR= ${LOCALBASE}/bin/pear
LPHP_LIB= lib/php
-2/+2 * - Fix disabling V4L optiontijl2015-01-091-1/+3 * - Update comms/spandsp to version 0.0.6 [1]pawel2014-12-161-2/+2 * Further reduce latency in the OSS supporttijl2014-10-282-2/+82 * - Patch OSS backend to remove latencytijl2014-10-153-3/+17 * - Set CPPFLAGS and LIBS in a number of ports so configure can find libintl.htijl2014-09-251-1/+1 * comms/spandsp-devel:tijl2014-09-141-2/+2 * Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1 * - Switch comms/spandsp-devel to USES=libtool, drop .la filesamdmi32014-08-271-2/+2 * - Unconditionally depend on intltool to fix build with NLS disabled [1]tijl2014-08-221-6/+18 * - Move net/linphone-base to replace net/linphone and update to version 3.7.0tijl2014-07-141-0/+2 * Small touch-ups to linphone related ports:tijl2014-07-132-1/+3