From f0b9164cf1068dd6dc3d7a77da6b33ac09689177 Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 23 Aug 2000 23:14:21 +0000 Subject: Use "USE_XPM" option instead of direct dependence on the "xpm" package. --- print/lyx/Makefile | 8 ++++---- print/transfig/Makefile | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'print') diff --git a/print/lyx/Makefile b/print/lyx/Makefile index 7282e9372e7..d8424b4dece 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2000/03/09 10:56:12 tron Exp $ +# $NetBSD: Makefile,v 1.26 2000/08/23 23:14:31 tron Exp $ # FreeBSD Id: Makefile,v 1.14 1998/02/14 16:46:50 andreas Exp # @@ -11,11 +11,11 @@ HOMEPAGE= http://www.lyx.org/ DEPENDS= ispell-3.1.20:../../textproc/ispell DEPENDS+= teTeX>=1.0.6:../../print/teTeX -DEPENDS+= xpm-3.4k:../../graphics/xpm DEPENDS+= xforms-0.88:../../x11/xforms -USE_PERL5= yes -GNU_CONFIGURE= yes +USE_PERL5= YES +USE_XPM= YES +GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-extra-lib="${X11BASE}/lib" \ --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11" diff --git a/print/transfig/Makefile b/print/transfig/Makefile index 2df67fae96b..730d76c82c6 100644 --- a/print/transfig/Makefile +++ b/print/transfig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2000/06/22 08:11:34 itohy Exp $ +# $NetBSD: Makefile,v 1.14 2000/08/23 23:14:31 tron Exp $ # DISTNAME= transfig.3.2.3 @@ -9,9 +9,9 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/drawing_tools/transfig/} MAINTAINER= root@garbled.net -DEPENDS+= xpm-3.4k:../../graphics/xpm DEPENDS+= jpeg-6b:../../graphics/jpeg -USE_IMAKE= yes +USE_IMAKE= YES +USE_XPM= YES .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3