diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2011-02-26 17:28:30 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2011-02-26 17:28:30 +0000 |
commit | 033aead0b7916590a8cba24c23f7179ca34f7537 (patch) | |
tree | 9697fb0762fc5d99c8d942b76f40aa5d964bb383 /devel/otrs | |
parent | f172b93291a7cbf4a694ce829c66688d9e2a8ee8 (diff) | |
download | ports-033aead0b7916590a8cba24c23f7179ca34f7537.tar.gz ports-033aead0b7916590a8cba24c23f7179ca34f7537.zip |
Notes
Diffstat (limited to 'devel/otrs')
-rw-r--r-- | devel/otrs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/otrs/Makefile b/devel/otrs/Makefile index fe533fef4f9a..f8bb67172d09 100644 --- a/devel/otrs/Makefile +++ b/devel/otrs/Makefile @@ -91,7 +91,7 @@ USE_PGSQL= yes .ifdef WITH_MODPERL2 USE_APACHE= 2.2+ -RUN_DEPENDS+= mod_perl>=2.0:${PORTSDIR}/www/mod_perl2 +RUN_DEPENDS+= ${APACHE_PKGNAMEPREFIX}mod_perl2>=2.0.0:${PORTSDIR}/www/mod_perl2 .else USE_APACHE= 1.3+ .endif |