diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-12 12:26:42 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-12 12:26:42 +0000 |
commit | 1c1ae295a65e2f6ec1f59fbef6107f015841dd59 (patch) | |
tree | ac4a6ad9422e8cfdf4b12f408502169e594955df /print/acroread5 | |
parent | Perl 5 is in the system. Mark this port broken for 3.0 for that reason. (diff) |
Mark BROKEN for ELF:
Creating gzip'd tar ball in '/usr/ports/packages/All/acroread-3.02.tgz'
tar: can't add file Acrobat3/Reader/intellinux/lib/libagm.so.2 : No such file or directory
tar: can't add file Acrobat3/Reader/intellinux/lib/libpfs.so.2 : No such file or directory
tar: can't add file Acrobat3/Reader/intellinux/lib/libreadcore.so.3 : No such file or directory
/usr/sbin/pkg_create: tar command failed with code 256
*** Error code 1
Notes
Notes:
svn path=/head/; revision=13895
Diffstat (limited to 'print/acroread5')
-rw-r--r-- | print/acroread5/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/acroread5/Makefile b/print/acroread5/Makefile index f3850e13a68d..96206b474566 100644 --- a/print/acroread5/Makefile +++ b/print/acroread5/Makefile @@ -3,7 +3,7 @@ # Date created: 16 November 1996 # Whom: Thomas Gellekum <tg@freebsd.org> # -# $Id: Makefile,v 1.4 1997/09/01 13:09:25 tg Exp $ +# $Id: Makefile,v 1.5 1998/10/06 11:19:50 tg Exp $ # DISTNAME= ar302lin @@ -15,6 +15,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= tg@FreeBSD.ORG +BROKEN_ELF= library version numbers + RUN_DEPENDS= /compat/linux/lib/libc.so.5:${PORTSDIR}/emulators/linux_lib WRKSRC= ${WRKDIR}/ILINXR.install |