diff options
author | wiz <wiz@pkgsrc.org> | 2002-04-09 12:58:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-04-09 12:58:44 +0000 |
commit | a104501883c6f145da202fe4c0a3034e249f9f9b (patch) | |
tree | 8991274ca3b8e1d420da7ce4c383da93e4a8204f /print | |
parent | 8eafd443fcda0c8c60d19e98eaa00a13cfddb345 (diff) | |
download | pkgsrc-a104501883c6f145da202fe4c0a3034e249f9f9b.tar.gz |
Remove two unnecessary options. pkg/16257 by rxg.
Diffstat (limited to 'print')
-rw-r--r-- | print/xpdf/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/xpdf/Makefile b/print/xpdf/Makefile index 372e7ab6c8e..4af64b3384f 100644 --- a/print/xpdf/Makefile +++ b/print/xpdf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2002/02/03 05:28:51 mjl Exp $ +# $NetBSD: Makefile,v 1.6 2002/04/09 12:58:44 wiz Exp $ # DISTNAME= xpdf-1.00 @@ -18,8 +18,6 @@ USE_BUILDLINK_ONLY= YES USE_X11BASE= YES GNU_CONFIGURE= YES -CONFIGURE_ARGS+= --enable-japanese -CONFIGURE_ARGS+= --enable-chinese CONFIGURE_ARGS+= --with-freetype-includes=${BUILDLINK_DIR}/include CONFIGURE_ARGS+= --with-t1-includes=${BUILDLINK_DIR}/include CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS}" |