diff options
author | skv <skv@FreeBSD.org> | 2011-02-27 01:28:30 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2011-02-27 01:28:30 +0800 |
commit | 38ba4c739c0314faaf313a479ae3463254afa0d0 (patch) | |
tree | 180f0cb6853342803e4d35ed9d62c2dcde6cabc9 /devel | |
parent | 8c71ca68db30e539dcdfbed607be04710063980f (diff) | |
download | freebsd-ports-gnome-38ba4c739c0314faaf313a479ae3463254afa0d0.tar.gz freebsd-ports-gnome-38ba4c739c0314faaf313a479ae3463254afa0d0.tar.zst freebsd-ports-gnome-38ba4c739c0314faaf313a479ae3463254afa0d0.zip |
Fix dependency for MODPERL2 option.
Diffstat (limited to 'devel')
-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 |