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 /x11/Xaw-Xpm | |
parent | 3587744105d1c40ee4f94fcd5c50335818522169 (diff) | |
download | pkgsrc-f0b9164cf1068dd6dc3d7a77da6b33ac09689177.tar.gz |
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'x11/Xaw-Xpm')
-rw-r--r-- | x11/Xaw-Xpm/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/Xaw-Xpm/Makefile b/x11/Xaw-Xpm/Makefile index 18ae37b03df..1424b6072c3 100644 --- a/x11/Xaw-Xpm/Makefile +++ b/x11/Xaw-Xpm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1999/05/01 18:23:51 tv Exp $ +# $NetBSD: Makefile,v 1.11 2000/08/23 23:14:32 tron Exp $ # DISTNAME= Xaw-XPM-1.1 @@ -10,11 +10,10 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE:=libs/X/} MAINTAINER= root@garbled.net HOMEPAGE= http://www.zip.com.au/~bb/XawXpm/ -DEPENDS+= xpm-3.4k:../../graphics/xpm - CONFLICTS= Xaw3d-* -USE_IMAKE= yes +USE_IMAKE= YES +USE_XPM= YES post-install: ${MKDIR} ${PREFIX}/share/doc/Xaw-Xpm |