diff options
author | xtraeme <xtraeme> | 2003-12-27 09:12:49 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2003-12-27 09:12:49 +0000 |
commit | d71daca3c3eff4a8f14be464c90c25ebc34a114e (patch) | |
tree | 7f8bca58838eb5a343747b5e2546f90456e08b52 /editors/abiword | |
parent | 3eac161a39fd0450327484d6f6e863f76185d09a (diff) | |
download | pkgsrc-d71daca3c3eff4a8f14be464c90c25ebc34a114e.tar.gz |
Remove some unused options (missed in previous).
Diffstat (limited to 'editors/abiword')
-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 |