diff options
author | kris <kris@FreeBSD.org> | 2006-02-20 01:44:59 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-02-20 01:44:59 +0000 |
commit | a932bd39de313fd5147210644e656cb1ba6f0f52 (patch) | |
tree | a71c8e85ebb2ebcea5768641cfb1e24add20df51 | |
parent | 41942dfd900ae9656c34a0e101614776e5989d37 (diff) | |
download | FreeBSD-ports-a932bd39de313fd5147210644e656cb1ba6f0f52.zip FreeBSD-ports-a932bd39de313fd5147210644e656cb1ba6f0f52.tar.gz |
BROKEN: Incomplete pkg-plist
-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 3bc1152..985e977 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 dee2dcd..a3fc289 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 |