diff options
author | leeym <leeym@FreeBSD.org> | 2005-06-18 00:29:41 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2005-06-18 00:29:41 +0800 |
commit | a5a9f55f0f50da89624adb0871e101a923fa8b36 (patch) | |
tree | 35cabc53b4268407fa309b240441248be22c62d4 /mail/openwebmail | |
parent | e6f4b2b446b470ae0f962a2d10833036d9c59627 (diff) | |
download | freebsd-ports-gnome-a5a9f55f0f50da89624adb0871e101a923fa8b36.tar.gz freebsd-ports-gnome-a5a9f55f0f50da89624adb0871e101a923fa8b36.tar.zst freebsd-ports-gnome-a5a9f55f0f50da89624adb0871e101a923fa8b36.zip |
- fix wget dependency
PR: 82361
Submitted by: Babak Farrokhi <babak@farrokhi.net>
Diffstat (limited to 'mail/openwebmail')
-rw-r--r-- | mail/openwebmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/openwebmail/Makefile b/mail/openwebmail/Makefile index 07a466bc224e..dee2dcdf3272 100644 --- a/mail/openwebmail/Makefile +++ b/mail/openwebmail/Makefile @@ -128,7 +128,7 @@ RUN_DEPENDS+= clamdscan:${PORTSDIR}/security/clamav .endif .if defined(WITH_WGET) -RUN_DEPENDS+= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget-devel +RUN_DEPENDS+= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget .endif .if defined(WITH_ZLIB) |