diff options
author | pav <pav@FreeBSD.org> | 2012-05-24 04:53:45 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2012-05-24 04:53:45 +0800 |
commit | c1d22f6aafbf2998f34760837a9e6c4bfcd466a8 (patch) | |
tree | 7b8c80f01c784f43d3ae411b93717a2ab1e27026 /mail | |
parent | 6db274cb41b50c19da511a1d354df76270e3cacd (diff) | |
download | freebsd-ports-gnome-c1d22f6aafbf2998f34760837a9e6c4bfcd466a8.tar.gz freebsd-ports-gnome-c1d22f6aafbf2998f34760837a9e6c4bfcd466a8.tar.zst freebsd-ports-gnome-c1d22f6aafbf2998f34760837a9e6c4bfcd466a8.zip |
- Mark BROKEN: xpdf no longer installs into bin/
Reported by: pointyhat
Diffstat (limited to 'mail')
-rw-r--r-- | mail/textmail/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/textmail/Makefile b/mail/textmail/Makefile index 176ad0895124..1b2cc81f401a 100644 --- a/mail/textmail/Makefile +++ b/mail/textmail/Makefile @@ -20,6 +20,8 @@ RUN_DEPENDS= antiword:${PORTSDIR}/textproc/antiword \ lynx:${PORTSDIR}/www/lynx \ pdftotext:${PORTSDIR}/graphics/xpdf +BROKEN= unsatisfiable dependency on xpdf + USE_PERL5= yes PLIST_FILES= bin/${PORTNAME} NO_WRKSUBDIR= yes |