aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-06-10 01:50:46 +0800
committermiwi <miwi@FreeBSD.org>2013-06-10 01:50:46 +0800
commit06510acb1a336faf292344356f1bb3ae578171a5 (patch)
treeda3fee8a296b3818649f3a726b0067e80f15c7da /security
parentf49184e7f6275d1cac610a9ae1b78748286a48b3 (diff)
downloadfreebsd-ports-gnome-06510acb1a336faf292344356f1bb3ae578171a5.tar.gz
freebsd-ports-gnome-06510acb1a336faf292344356f1bb3ae578171a5.tar.zst
freebsd-ports-gnome-06510acb1a336faf292344356f1bb3ae578171a5.zip
- Remove php4 reference
Diffstat (limited to 'security')
-rw-r--r--security/lasso/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/security/lasso/Makefile b/security/lasso/Makefile
index 851b4067506a..dd6f744af8b1 100644
--- a/security/lasso/Makefile
+++ b/security/lasso/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: lasso
-# Date created: 2007-07-16
-# Whom: Gea-Suan Lin <gslin@gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
-#
PORTNAME= lasso
PORTVERSION= 2.1.1
@@ -40,7 +36,6 @@ PLIST_SUB+= WITH_PERL="@comment "
.if !empty(PORT_OPTIONS:MPHP)
CONFIGURE_ARGS+= --enable-php5 \
--with-php5-config="${LOCALBASE}/bin/php-config"
-IGNORE_WITH_PHP= 4
LDFLAGS+= "-L${LOCALBASE}/lib"
LIB_DEPENDS+= expat:${PORTSDIR}/textproc/expat2
PLIST_SUB+= WITH_PHP5=""