diff options
author | ohauer <ohauer@FreeBSD.org> | 2013-11-25 07:33:15 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2013-11-25 07:33:15 +0800 |
commit | e5203001f71eb93ee7d09607588cfa3849d46fb7 (patch) | |
tree | 8c903bc8d741ab96db2872d677ebc29b4374c700 /mail/automx | |
parent | 0773d6a8d429487bede61121ce76ccd7e9d37f4f (diff) | |
download | freebsd-ports-gnome-e5203001f71eb93ee7d09607588cfa3849d46fb7.tar.gz freebsd-ports-gnome-e5203001f71eb93ee7d09607588cfa3849d46fb7.tar.zst freebsd-ports-gnome-e5203001f71eb93ee7d09607588cfa3849d46fb7.zip |
- svn mv www/mod_wsgi www/mod_wsgi2 [1]
- update ports to reflect new location
- fix mod_wsgi3 build with python3
PR: 184065 [1]
PR 183353 [2]
Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
Diffstat (limited to 'mail/automx')
-rw-r--r-- | mail/automx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/automx/Makefile b/mail/automx/Makefile index ef43a347e972..14fc5689a7ad 100644 --- a/mail/automx/Makefile +++ b/mail/automx/Makefile @@ -2,6 +2,7 @@ PORTNAME= automx PORTVERSION= 0.9 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.automx.org/download/ @@ -10,7 +11,7 @@ COMMENT= Handles mail account profile requests from mail clients LICENSE= GPLv3 -RUN_DEPENDS= ${LOCALBASE}/${APACHEMODDIR}/mod_wsgi.so:${PORTSDIR}/www/mod_wsgi \ +RUN_DEPENDS= ${LOCALBASE}/${APACHEMODDIR}/mod_wsgi.so:${PORTSDIR}/www/mod_wsgi2 \ ${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml \ bash:${PORTSDIR}/shells/bash \ wget:${PORTSDIR}/ftp/wget |