diff options
author | miwi <miwi@FreeBSD.org> | 2013-06-10 01:48:16 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-06-10 01:48:16 +0800 |
commit | f49184e7f6275d1cac610a9ae1b78748286a48b3 (patch) | |
tree | b1986614272ed804610c57bec65a5fdaa9f98f84 /www/ach | |
parent | 598ccd5aa60a1c15170cd5f16905e31445d5dd7f (diff) | |
download | freebsd-ports-gnome-f49184e7f6275d1cac610a9ae1b78748286a48b3.tar.gz freebsd-ports-gnome-f49184e7f6275d1cac610a9ae1b78748286a48b3.tar.zst freebsd-ports-gnome-f49184e7f6275d1cac610a9ae1b78748286a48b3.zip |
- Remove php4 reference
Diffstat (limited to 'www/ach')
-rw-r--r-- | www/ach/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/www/ach/Makefile b/www/ach/Makefile index a04f76577c1b..2f2804b16e6b 100644 --- a/www/ach/Makefile +++ b/www/ach/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ACH -# Date Created: 2010-10-05 -# Whom: Carlo Strub <c-s@c-s.li> -# +# Created by: Carlo Strub <c-s@c-s.li> # $FreeBSD$ -# PORTNAME= ACH PORTVERSION= 1.0.2 @@ -18,7 +14,6 @@ LICENSE= GPLv3 USE_MYSQL= yes USE_PHP= yes -IGNORE_WITH_PHP= 4 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-alpha NO_BUILD= yes |