diff options
author | grant <grant@pkgsrc.org> | 2004-01-22 07:49:20 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-22 07:49:20 +0000 |
commit | ef741f8a1a08d590450d8e8035fe7387b1bd573a (patch) | |
tree | 7e0d6cac1bcf2ed738362d15896e6e66c14cbbb6 /chat/liece | |
parent | 4df29abc308089f29ae112a89715fd4b320d1ee7 (diff) | |
download | pkgsrc-ef741f8a1a08d590450d8e8035fe7387b1bd573a.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'chat/liece')
-rw-r--r-- | chat/liece/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/liece/Makefile b/chat/liece/Makefile index 55f2b4ad480..3a636b25d6e 100644 --- a/chat/liece/Makefile +++ b/chat/liece/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/08/09 10:33:29 seb Exp $ +# $NetBSD: Makefile,v 1.7 2004/01/22 07:49:20 grant Exp $ DISTNAME= liece-1.4.10 CATEGORIES= chat @@ -13,13 +13,13 @@ DEPENDS= ${PKGNAME_PREFIX}apel>=10.3:../../devel/apel .include "../../mk/emacs.mk" HAS_CONFIGURE= # defined +USE_GNU_TOOLS+= make .if ${EMACS_FLAVOR} == "emacs" CONFIGURE_ARGS+=--with-emacs=${EMACS_BIN} .else CONFIGURE_ARGS+=--with-xemacs=${EMACS_BIN} .endif CONFIGURE_ARGS+=--with-lispdir=${EMACS_LISPPREFIX} -USE_GMAKE= # defined INFO_FILES= liece.info |