diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-07 09:12:58 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-07 09:12:58 +0000 |
commit | f4d7c801f854ff4fad4642d62b23bae798962615 (patch) | |
tree | eee60e8fb7c2a2d1bf0636dd8288df46aee9e9bb /lang/eperl | |
parent | Add dependency on correct DocBook. (diff) |
Use the new Apache bits from bsd.port.mk.
Submitted by: dinoex
Diffstat (limited to 'lang/eperl')
-rw-r--r-- | lang/eperl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/eperl/Makefile b/lang/eperl/Makefile index eb7ce49a267c..89e8648f25ba 100644 --- a/lang/eperl/Makefile +++ b/lang/eperl/Makefile @@ -22,7 +22,7 @@ COMMENT= Embedded Perl 5 Language #INSTALL_ALSO_AS_SSSL= yes .if defined(INSTALL_ALSO_AS_SSSL) -RUN_DEPENDS= ${PREFIX}/etc/apache/srm.conf:${PORTSDIR}/www/apache +RUN_DEPENDS= ${PREFIX}/etc/apache/srm.conf:${PORTSDIR}/${APACHE_PORT} .endif USE_PERL5= yes |