diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-02-11 16:48:43 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-02-11 16:48:43 +0000 |
commit | 876b22aacc454823b30225f7eb1ebecd5857a78a (patch) | |
tree | 050bbedcac77ae6d66691f6d06e18fe765ffa82c /mail/openwebmail | |
parent | e09efcbd71956164705556d9b1097f7c5dbf61a6 (diff) |
Notes
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 0767c142b3c9..874d7f00f86d 100644 --- a/mail/openwebmail/Makefile +++ b/mail/openwebmail/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-T ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ ${LOCALBASE}/sbin/lsof:${PORTSDIR}/sysutils/lsof -CONFLICTS?= ${PORTNAME}-[0-9].[0-9][0-9].[0-9]* +CONFLICTS?= ${PORTNAME}-devel-[0-9]* USE_PERL5= yes NO_BUILD= yes |