diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-02-20 01:44:59 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-02-20 01:44:59 +0000 |
commit | 50fadab70b31852659bebad46029ad24b3da5ffd (patch) | |
tree | 79598c999011e47c6f0f0b8c6b492f8a8c20eb67 | |
parent | 38bd063134cd742d96d4ca05e6b441d942216cf7 (diff) | |
download | ports-50fadab70b31852659bebad46029ad24b3da5ffd.tar.gz ports-50fadab70b31852659bebad46029ad24b3da5ffd.zip |
Notes
-rw-r--r-- | emulators/rtc/Makefile | 2 | ||||
-rw-r--r-- | mail/openwebmail/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/emulators/rtc/Makefile b/emulators/rtc/Makefile index 3bc1152f0c46..985e97796457 100644 --- a/emulators/rtc/Makefile +++ b/emulators/rtc/Makefile @@ -15,6 +15,8 @@ DISTFILES= # none MAINTAINER= freebsd-emulation@FreeBSD.org COMMENT= Kernel module which provides /dev/rtc device support +BROKEN= Incomplete pkg-plist + WRKSRC= ${WRKDIR}/files NO_FETCH= yes diff --git a/mail/openwebmail/Makefile b/mail/openwebmail/Makefile index dee2dcdf3272..a3fc2894c935 100644 --- a/mail/openwebmail/Makefile +++ b/mail/openwebmail/Makefile @@ -18,6 +18,8 @@ COMMENT= A webmail system designed to manage big mail folder files efficiently RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv \ ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 +BROKEN= Incomplete pkg-plist + CONFLICTS?= ${PORTNAME}-devel-[0-9]* USE_PERL5= yes |