diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-04-06 22:06:40 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-04-06 22:06:40 +0000 |
commit | a72395202c95793dd69fc85058f438053af1c2c1 (patch) | |
tree | dde72de354d2d64f4d1a25aeb07a4725ae08a366 /editors/cooledit/Makefile | |
parent | c112a2fba2e817d9e4bf14e68ae1ad1407558a5b (diff) |
Notes
Diffstat (limited to 'editors/cooledit/Makefile')
-rw-r--r-- | editors/cooledit/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/cooledit/Makefile b/editors/cooledit/Makefile index ce24eba32c20..5be7989d2185 100644 --- a/editors/cooledit/Makefile +++ b/editors/cooledit/Makefile @@ -3,10 +3,10 @@ # Date created: 18 November 1997 # Whom: brett@peloton.physics.montana.edu # -# $Id: Makefile,v 1.10 1999/01/10 18:14:40 steve Exp $ +# $Id: Makefile,v 1.11 1999/01/30 01:24:29 fenner Exp $ # -DISTNAME= cooledit-3.8.3 +DISTNAME= cooledit-3.9.0 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/editors/X @@ -16,7 +16,7 @@ MAINTAINER= brett@peloton.physics.montana.edu LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-mail-author --disable-static +CONFIGURE_ARGS= --disable-mail-author --disable-static --with-libs='-lcrypt -lreadline' USE_GMAKE= yes post-extract: |