diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-12 21:50:12 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-12 21:50:12 +0000 |
commit | a1bfaf5b5b8c4ba4e6641da32515729213c3d6ee (patch) | |
tree | 6d7cd54075aa13844b1e204da615db61e78f1ec0 /editors | |
parent | 00442cf1145937700d9e3f8599c6a2901aece0e2 (diff) | |
download | ports-a1bfaf5b5b8c4ba4e6641da32515729213c3d6ee.tar.gz ports-a1bfaf5b5b8c4ba4e6641da32515729213c3d6ee.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/cooledit/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |