diff options
author | crees <crees@FreeBSD.org> | 2012-11-30 03:34:18 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-11-30 03:34:18 +0800 |
commit | a1074ce30af17461de1b10d6201447251a8dc12c (patch) | |
tree | 1a21c9b31da2745e721e36cf709b261aeab42707 /net-mgmt | |
parent | 8f1121142af35bf661a039f8bcf107eca6de79c1 (diff) | |
download | freebsd-ports-gnome-a1074ce30af17461de1b10d6201447251a8dc12c.tar.gz freebsd-ports-gnome-a1074ce30af17461de1b10d6201447251a8dc12c.tar.zst freebsd-ports-gnome-a1074ce30af17461de1b10d6201447251a8dc12c.zip |
Trailing slashes in RUN_DEPENDS upset some tools
Wrist slapped by: bapt
Feature safe: yes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/netmagis-common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/netmagis-common/Makefile b/net-mgmt/netmagis-common/Makefile index 5cc8ba884fb6..04e14ea03046 100644 --- a/net-mgmt/netmagis-common/Makefile +++ b/net-mgmt/netmagis-common/Makefile @@ -32,7 +32,7 @@ USE_APACHE= 22+ RUN_DEPENDS+= pdflatex:${PORTSDIR}/print/teTeX-base \ dot:${PORTSDIR}/graphics/graphviz \ pwgen:${PORTSDIR}/sysutils/pwgen \ - ${LOCALBASE}/libexec/apache22/mod_auth_pgsql.so:${PORTSDIR}/www/mod_auth_pgsql2/ + ${LOCALBASE}/libexec/apache22/mod_auth_pgsql.so:${PORTSDIR}/www/mod_auth_pgsql2 # FIXME compile apache22 with option mod_auth_ldap # FIXME add ap22-mod_auth_cas .endif |