summaryrefslogtreecommitdiff
path: root/x11/tvtwm
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-08-23 23:14:21 +0000
committertron <tron@pkgsrc.org>2000-08-23 23:14:21 +0000
commitf0b9164cf1068dd6dc3d7a77da6b33ac09689177 (patch)
tree623953a643a6181e26e24311ef14ff20193779e7 /x11/tvtwm
parent3587744105d1c40ee4f94fcd5c50335818522169 (diff)
downloadpkgsrc-f0b9164cf1068dd6dc3d7a77da6b33ac09689177.tar.gz
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'x11/tvtwm')
-rw-r--r--x11/tvtwm/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/tvtwm/Makefile b/x11/tvtwm/Makefile
index 91f2db1810d..b3efede38d1 100644
--- a/x11/tvtwm/Makefile
+++ b/x11/tvtwm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1999/06/21 13:17:52 mrg Exp $
+# $NetBSD: Makefile,v 1.4 2000/08/23 23:14:34 tron Exp $
DISTNAME= tvtwm.pl11
PKGNAME= tvtwm-11
@@ -7,10 +7,9 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB:=window_managers/}
MAINTAINER= packages@netbsd.org
-DEPENDS+= xpm-3.4k:../../graphics/xpm
+USE_IMAKE= YES
+USE_XPM= YES
WRKSRC= ${WRKDIR}/tvtwm
-USE_IMAKE= yes
-
.include "../../mk/bsd.pkg.mk"