diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-05-24 22:00:20 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-05-24 22:00:20 +0800 |
commit | 80e1dfb15983f72f88e0197b9dddbdeb7d979f7e (patch) | |
tree | 8323e373ca4448174052937b29d6b611193a72ac /editors/cooledit | |
parent | ec96f00a650a857e8c6b5af11526ca7021a619be (diff) | |
download | freebsd-ports-gnome-80e1dfb15983f72f88e0197b9dddbdeb7d979f7e.tar.gz freebsd-ports-gnome-80e1dfb15983f72f88e0197b9dddbdeb7d979f7e.tar.zst freebsd-ports-gnome-80e1dfb15983f72f88e0197b9dddbdeb7d979f7e.zip |
Use installed intl shared library instead of the port's own. Plus several
cosmetic cleanups (group USE_* and add USE_XLIB).
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 |