diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-22 16:26:28 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-22 16:26:28 +0000 |
commit | d932d9bb509e9e1044fdfcf81100b90216d142e6 (patch) | |
tree | a07492aa4063d41238cf276971a576148fdb608f /editors | |
parent | Use 'ln -sf' for the /var/news symlink just in case it already exists. (diff) |
This port also BUILD_DEPENDS on gettext for its documentation.
Notes
Notes:
svn path=/head/; revision=19642
Diffstat (limited to 'editors')
-rw-r--r-- | editors/cooledit/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/cooledit/Makefile b/editors/cooledit/Makefile index 653d99d5fe60..3b36b979a6a9 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.14 1999/06/09 00:04:55 steve Exp $ +# $Id: Makefile,v 1.15 1999/06/19 06:01:50 cpiazza Exp $ # DISTNAME= cooledit-3.11.3 @@ -14,7 +14,8 @@ MASTER_SITE_SUBDIR= apps/editors/X MAINTAINER= brett@peloton.physics.montana.edu -LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm +BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm USE_LIBTOOL= yes CONFIGURE_ARGS= --disable-mail-author --with-libs='-lcrypt -lreadline' |