diff options
author | xtraeme <xtraeme> | 2003-12-27 09:12:49 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2003-12-27 09:12:49 +0000 |
commit | 63f0aaf235b5d204ddc91fa9a05cddc1ba3b6401 (patch) | |
tree | 7f8bca58838eb5a343747b5e2546f90456e08b52 /editors | |
parent | 65d3180a89ced19b447a341d3bab20cf4069d476 (diff) | |
download | pkgsrc-63f0aaf235b5d204ddc91fa9a05cddc1ba3b6401.tar.gz |
Remove some unused options (missed in previous).
Diffstat (limited to 'editors')
-rw-r--r-- | editors/abiword/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 783c11eee6d..c8a7f360a70 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2003/12/26 18:26:59 wiz Exp $ +# $NetBSD: Makefile,v 1.61 2003/12/27 09:12:49 xtraeme Exp $ # DISTNAME= abiword-${DIST_VER} @@ -37,11 +37,6 @@ CONFIGURE_ARGS+= --with-popt=${BUILDLINK_PREFIX.popt} CONFIGURE_ARGS+= --with-libjpeg-prefix=${BUILDLINK_PREFIX.jpeg} CONFIGURE_ARGS+= --with-libpng=${BUILDLINK_PREFIX.png} -PATCHDIR= ${.CURDIR}/../../editors/abiword2/patches -PLIST_SRC= ${.CURDIR}/../../editors/abiword2/PLIST -DESCR_SRC= ${.CURDIR}/../../editors/abiword2/DESCR -DISTINFO_FILE= ${.CURDIR}/../../editors/abiword2/distinfo - .include "../../mk/bsd.prefs.mk" BUILD_DEFS+= ABIWORD_USES_GUCHARMAP |