diff options
author | steve <steve@FreeBSD.org> | 1999-06-23 00:26:28 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-06-23 00:26:28 +0800 |
commit | 2ec941ab84e14621fbc05f1d73124719a9b002a0 (patch) | |
tree | c14041e4936bfad415ea9e5074fc6ec8782cbc1a /editors | |
parent | b53eb1466fdfe176fc1712a54096a9c212ef31bb (diff) | |
download | freebsd-ports-gnome-2ec941ab84e14621fbc05f1d73124719a9b002a0.tar.gz freebsd-ports-gnome-2ec941ab84e14621fbc05f1d73124719a9b002a0.tar.zst freebsd-ports-gnome-2ec941ab84e14621fbc05f1d73124719a9b002a0.zip |
This port also BUILD_DEPENDS on gettext for its documentation.
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' |