diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-16 04:55:14 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-16 04:55:14 +0000 |
commit | edd89c66c129b79eea759a7804df9229ae979e7e (patch) | |
tree | 3b20e3507f3e727e6b5e95f09bcad0da1a35f2f2 /japanese/pine | |
parent | 597634864c9d644023da940babe53e029b2a5086 (diff) |
Mark BROKEN for ELF:
===> Installing for ja-pine-3.95
===> ja-pine-3.95 depends on shared library: canna.1 - found
install -c -s -o root -g wheel -m 555 /usr/ports/japanese/pine/work/pine3.95/bin/pico /usr/local/bin
install: /usr/ports/japanese/pine/work/pine3.95/bin/pico: No such file or directory
*** Error code 71
Notes
Notes:
svn path=/head/; revision=14057
Diffstat (limited to 'japanese/pine')
-rw-r--r-- | japanese/pine/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/pine/Makefile b/japanese/pine/Makefile index eaf21e5a2a38..bcc335626cbe 100644 --- a/japanese/pine/Makefile +++ b/japanese/pine/Makefile @@ -3,7 +3,7 @@ # Date created: 01 May 1996 # Whom: masafumi # -# $Id: Makefile,v 1.12 1997/09/14 21:35:40 max Exp $ +# $Id: Makefile,v 1.13 1998/09/21 22:33:26 steve Exp $ # DISTNAME= pine3.95 @@ -18,6 +18,8 @@ PATCH_SITES= ftp://ftp.noc.titech.ac.jp/pub/tmp/aki/pine/pine3.95/ MAINTAINER= max@FreeBSD.ORG +BROKEN_ELF= yes + LIB_DEPENDS= canna.1:${PORTSDIR}/japanese/Canna BUILD_DEPENDS= ${PREFIX}/lib/libcanna.a:${PORTSDIR}/japanese/Canna |