diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-05-24 14:00:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-05-24 14:00:20 +0000 |
commit | 62b01f4f9c617d95df99b4a773a4bc228f177e60 (patch) | |
tree | b4ee1e15e84d054371ecd31db5b5e0d21b5fc9ba /editors/cooledit | |
parent | 6cb618141310cd3e47ece8ae2a610bfb9fc1a7b1 (diff) | |
download | ports-62b01f4f9c617d95df99b4a773a4bc228f177e60.tar.gz ports-62b01f4f9c617d95df99b4a773a4bc228f177e60.zip |
Notes
Diffstat (limited to 'editors/cooledit')
-rw-r--r-- | editors/cooledit/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/editors/cooledit/Makefile b/editors/cooledit/Makefile index 9efe31c0fcae..80c58e82fe3e 100644 --- a/editors/cooledit/Makefile +++ b/editors/cooledit/Makefile @@ -14,13 +14,17 @@ MASTER_SITE_SUBDIR= apps/editors/X MAINTAINER= brett@peloton.runet.edu -BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext -LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ + intl.1:${PORTSDIR}/devel/gettext USE_LIBTOOL= yes -CONFIGURE_ARGS= --disable-mail-author --with-libs='-lcrypt -lreadline' +USE_XLIB= yes +USE_GMAKE= yes -USE_GMAKE= yes +CONFIGURE_ARGS= --disable-mail-author --with-libs='-lcrypt -lreadline' \ + --without-included-gettext +CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" MAN1 = cooledit.1 smalledit.1 coolman.1 coolicon.1 |