diff options
author | jseger <jseger@FreeBSD.org> | 1998-10-14 12:07:20 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-10-14 12:07:20 +0800 |
commit | 822f10b1b2e7d9e3068f3fc87d41fcf9bed77128 (patch) | |
tree | 0a883f0b0d485889345ca917b21d0ade0ff13d99 /editors/cooledit | |
parent | 141cc4571d5ea97fff8575aec27589b1e195dd03 (diff) | |
download | freebsd-ports-gnome-822f10b1b2e7d9e3068f3fc87d41fcf9bed77128.tar.gz freebsd-ports-gnome-822f10b1b2e7d9e3068f3fc87d41fcf9bed77128.tar.zst freebsd-ports-gnome-822f10b1b2e7d9e3068f3fc87d41fcf9bed77128.zip |
Unbreak.
Submitted by: steve
Diffstat (limited to 'editors/cooledit')
-rw-r--r-- | editors/cooledit/Makefile | 4 | ||||
-rw-r--r-- | editors/cooledit/pkg-plist | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/editors/cooledit/Makefile b/editors/cooledit/Makefile index 39deacb63b7b..f517dbed05e0 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.7 1998/10/07 16:13:47 msmith Exp $ +# $Id: Makefile,v 1.8 1998/10/12 21:50:12 jseger Exp $ # DISTNAME= cooledit-3.7.4 @@ -15,8 +15,6 @@ 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 diff --git a/editors/cooledit/pkg-plist b/editors/cooledit/pkg-plist index 7f025fb0abe3..b15a5fe616ba 100644 --- a/editors/cooledit/pkg-plist +++ b/editors/cooledit/pkg-plist @@ -7,9 +7,11 @@ bin/coolmessage bin/coollistbox bin/coolquery bin/coolinput -lib/libCw.so.1.0 -lib/libCw.so lib/libCw.la +lib/libCw.so +lib/libCw.so.1 +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B +@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R lib/coolicon/browse.xpm lib/coolicon/cooledit.xpm lib/coolicon/coolicon.config |