summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authortron <tron>2000-08-23 23:14:21 +0000
committertron <tron>2000-08-23 23:14:21 +0000
commit3bb1003bffe659fe78e3ff049aa5e426d687763a (patch)
tree623953a643a6181e26e24311ef14ff20193779e7 /print
parentea8b8736a98aa0f9cc1e367db350fc4ffa0d09b1 (diff)
downloadpkgsrc-3bb1003bffe659fe78e3ff049aa5e426d687763a.tar.gz
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'print')
-rw-r--r--print/lyx/Makefile8
-rw-r--r--print/transfig/Makefile6
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"