diff options
Diffstat (limited to 'security/lasso/Makefile')
-rw-r--r-- | security/lasso/Makefile | 7 |
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="" |