diff options
author | dmcmahill <dmcmahill> | 2003-02-05 17:40:52 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2003-02-05 17:40:52 +0000 |
commit | b1328d7d419d1e30a19461afda7d72717b1149e4 (patch) | |
tree | 5d252ae8bfbd03a1408aefe7c9a6d5a8bb8d8c67 /editors | |
parent | f1b34a06be29051ef0dd08b83e5e7d47f0c91d99 (diff) | |
download | pkgsrc-b1328d7d419d1e30a19461afda7d72717b1149e4.tar.gz |
s/HAS_CONFIGURE/GNU_CONFIGURE
Diffstat (limited to 'editors')
-rw-r--r-- | editors/abiword/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index c05f95cff9d..617464f2c85 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2003/01/28 13:57:52 martti Exp $ +# $NetBSD: Makefile,v 1.52 2003/02/05 17:40:52 dmcmahill Exp $ # # According to AbiSource's explanation of their trademark rights, # compilations/distributions of AbiWord not provided by AbiSource must @@ -23,7 +23,7 @@ ABIWORD_VERS= 1.0.4 USE_BUILDLINK2= # defined USE_X11= # defined USE_GMAKE= # defined -HAS_CONFIGURE= # defined +GNU_CONFIGURE= # defined MAKEFILE= GNUmakefile CONFIGURE_ARGS+= --with-libiconv=${BUILDLINK_PREFIX.iconv} |