diff options
-rw-r--r-- | print/xpdf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/xpdf/Makefile b/print/xpdf/Makefile index fba89ffed6e..fe0eea7260b 100644 --- a/print/xpdf/Makefile +++ b/print/xpdf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2003/11/03 00:36:02 dillo Exp $ +# $NetBSD: Makefile,v 1.26 2003/11/07 16:34:41 gavan Exp $ DISTNAME= xpdf-2.03 CATEGORIES= print @@ -16,6 +16,7 @@ CONFLICTS= xpdf-crypto-[0-9]* USE_BUILDLINK2= YES USE_PKGINSTALL= YES USE_X11= YES +USE_GCC_SHLIB= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} |