diff options
author | tron <tron@pkgsrc.org> | 2000-08-23 23:14:21 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-08-23 23:14:21 +0000 |
commit | f0b9164cf1068dd6dc3d7a77da6b33ac09689177 (patch) | |
tree | 623953a643a6181e26e24311ef14ff20193779e7 /print | |
parent | 3587744105d1c40ee4f94fcd5c50335818522169 (diff) | |
download | pkgsrc-f0b9164cf1068dd6dc3d7a77da6b33ac09689177.tar.gz |
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'print')
-rw-r--r-- | print/lyx/Makefile | 8 | ||||
-rw-r--r-- | print/transfig/Makefile | 6 |
2 files changed, 7 insertions, 7 deletions
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" |