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 /textproc/ted | |
parent | 3587744105d1c40ee4f94fcd5c50335818522169 (diff) | |
download | pkgsrc-f0b9164cf1068dd6dc3d7a77da6b33ac09689177.tar.gz |
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'textproc/ted')
-rw-r--r-- | textproc/ted/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ted/Makefile b/textproc/ted/Makefile index 0762c264370..d389db12eff 100644 --- a/textproc/ted/Makefile +++ b/textproc/ted/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2000/04/22 02:05:11 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.10 2000/08/23 23:14:31 tron Exp $ DISTNAME= ted-2.8.src PKGNAME= ted-2.8 @@ -14,10 +14,10 @@ DEPENDS+= libungif-*:../../graphics/libungif DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= png>=1.0.6:../../graphics/png DEPENDS+= tiff-*:../../graphics/tiff -DEPENDS+= xpm-3.4k:../../graphics/xpm USE_MOTIF= YES USE_X11= YES +USE_XPM= YES AFMDIR= ${PREFIX}/share/Ted/afm INDDIR= ${PREFIX}/share/Ted/ind |