svn commit: r320365 - head/security/lasso
Martin Wilke
miwi at FreeBSD.org
Sun Jun 9 17:50:47 UTC 2013
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 at gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin at 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=""
More information about the svn-ports-head
mailing list