summaryrefslogtreecommitdiff
path: root/x11/fvwm-wharf
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/fvwm-wharf
parent3587744105d1c40ee4f94fcd5c50335818522169 (diff)
downloadpkgsrc-f0b9164cf1068dd6dc3d7a77da6b33ac09689177.tar.gz
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'x11/fvwm-wharf')
-rw-r--r--x11/fvwm-wharf/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/fvwm-wharf/Makefile b/x11/fvwm-wharf/Makefile
index 2cfb3142cb3..7b5110e86cb 100644
--- a/x11/fvwm-wharf/Makefile
+++ b/x11/fvwm-wharf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1999/03/08 10:53:58 agc Exp $
+# $NetBSD: Makefile,v 1.5 2000/08/23 23:14:33 tron Exp $
DISTNAME= AfterStep-1.0
PKGNAME= fvwm-wharf-1.0
@@ -8,9 +8,8 @@ MASTER_SITES= ftp://ftp.afterstep.org/pub/
MAINTAINER= root@garbled.net
HOMEPAGE= http://www.afterstep.org/
-DEPENDS= xpm-3.4k:../../graphics/xpm
-
-USE_X11BASE= yes
+USE_X11BASE= YES
+USE_XPM= YES
do-configure:
(cd ${WRKSRC} ; xmkmf ; ${MAKE} Makefiles)