diff options
author | miwi <miwi@FreeBSD.org> | 2007-04-21 04:25:50 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-04-21 04:25:50 +0800 |
commit | be08c67999c771d780b75950f66753be33cac556 (patch) | |
tree | 240efc2d8031f9996e4cb274b07ab07093c1fba2 /sysutils | |
parent | 3dabfa839b3e6db46c2ce9db4620d0b3e9bb1b64 (diff) | |
download | freebsd-ports-gnome-be08c67999c771d780b75950f66753be33cac556.tar.gz freebsd-ports-gnome-be08c67999c771d780b75950f66753be33cac556.tar.zst freebsd-ports-gnome-be08c67999c771d780b75950f66753be33cac556.zip |
- Add webalizer to the depends
PR: 111917
Submitted by: Janky Jay<ek@purplehat.org> (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/syscp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/syscp/Makefile b/sysutils/syscp/Makefile index 4b4dcce99b9b..1dd5cb95cdf3 100644 --- a/sysutils/syscp/Makefile +++ b/sysutils/syscp/Makefile @@ -32,7 +32,8 @@ RUN_DEPENDS+= mysql:${PORTSDIR}/databases/mysql50-server \ httpd:${PORTSDIR}/www/apache22 \ dovecot:${PORTSDIR}/mail/dovecot \ postfix:${PORTSDIR}/mail/postfix \ - proftpd:${PORTSDIR}/ftp/proftpd-mysql + proftpd:${PORTSDIR}/ftp/proftpd-mysql \ + webalizer:${PORTSDIR}/www/webalizer post-patch: ${FIND} ${WRKSRC}/${PORTNAME} -name '*.orig' -delete |