diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-06-09 17:50:46 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-06-09 17:50:46 +0000 |
commit | 949f1dc6a8a9719e8ba2266ac153ef2a25ffdefb (patch) | |
tree | da3fee8a296b3818649f3a726b0067e80f15c7da /security | |
parent | e09e405bc4caddfa4054ebfb995bf994c804c215 (diff) |
Notes
Diffstat (limited to 'security')
-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="" |