Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jun 2013 17:50:46 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320365 - head/security/lasso
Message-ID:  <201306091750.r59HokCr006591@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sun Jun  9 17:50:46 2013
New Revision: 320365
URL: http://svnweb.freebsd.org/changeset/ports/320365

Log:
  - Remove php4 reference

Modified:
  head/security/lasso/Makefile   (contents, props changed)

Modified: head/security/lasso/Makefile
==============================================================================
--- head/security/lasso/Makefile	Sun Jun  9 17:48:16 2013	(r320364)
+++ head/security/lasso/Makefile	Sun Jun  9 17:50:46 2013	(r320365)
@@ -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=""



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306091750.r59HokCr006591>