diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2012-09-04 22:27:55 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2012-09-04 22:27:55 +0000 |
commit | 1a94993f16c880cefe57adeccb7191a9763e012a (patch) | |
tree | d04edfd0a189102539fb6f8b0878a6ee664601a1 /ftp | |
parent | 6c915a423f5d174d1b7d16ba7b4e11ef0027ca10 (diff) |
- unbreak build
since the port has NO_BUILD set use s/USE_APACHE/USE_APACHE_RUN/
with hat apache@
Notes
Notes:
svn path=/head/; revision=303678
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/proma/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/ftp/proma/Makefile b/ftp/proma/Makefile index a76178bfd3b7..bb32934d8309 100644 --- a/ftp/proma/Makefile +++ b/ftp/proma/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: proma -# Date created: 25.08.2003 -# Whom: HSIN-HSIUNG CHANG <sexbear@tmu.edu.tw> -# # $FreeBSD$ -# PORTNAME= proma PORTVERSION= 0.8.3 @@ -35,7 +30,7 @@ SUB_FILES= pkg-message RUN_DEPENDS+= ${LOCALBASE}/libexec/proftpd/mod_sql_mysql.so:${PORTSDIR}/databases/proftpd-mod_sql_mysql .endif .if defined(WITH_APACHE) -USE_APACHE= 22 +USE_APACHE_RUN= 22 .endif .if defined(WITH_MYSQL) USE_MYSQL= yes |