From a1bfaf5b5b8c4ba4e6641da32515729213c3d6ee Mon Sep 17 00:00:00 2001 From: "Justin M. Seger" Date: Mon, 12 Oct 1998 21:50:12 +0000 Subject: [PATCH] Mark BROKEN for ELF: ===> Building package for cooledit-3.7.4 Creating package /usr/ports/packages/All/cooledit-3.7.4.tgz Registering depends: XFree86-3.3.2 xpm-3.4k. Creating gzip'd tar ball in '/usr/ports/packages/All/cooledit-3.7.4.tgz' tar: can't add file lib/libCw.so.1 : No such file or directory /usr/sbin/pkg_create: tar command failed with code 256 *** Error code 1 --- editors/cooledit/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/editors/cooledit/Makefile b/editors/cooledit/Makefile index a146485b3720..39deacb63b7b 100644 --- a/editors/cooledit/Makefile +++ b/editors/cooledit/Makefile @@ -3,7 +3,7 @@ # Date created: 18 November 1997 # Whom: brett@peloton.physics.montana.edu # -# $Id: Makefile,v 1.6 1998/09/17 00:32:29 asami Exp $ +# $Id: Makefile,v 1.7 1998/10/07 16:13:47 msmith Exp $ # DISTNAME= cooledit-3.7.4 @@ -15,6 +15,8 @@ MAINTAINER= brett@peloton.physics.montana.edu LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm +BROKEN_ELF= library names + GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-mail-author --disable-static USE_GMAKE= yes