diff options
author | tron <tron> | 2000-08-23 23:14:21 +0000 |
---|---|---|
committer | tron <tron> | 2000-08-23 23:14:21 +0000 |
commit | 3bb1003bffe659fe78e3ff049aa5e426d687763a (patch) | |
tree | 623953a643a6181e26e24311ef14ff20193779e7 /x11/fvwm-wharf | |
parent | ea8b8736a98aa0f9cc1e367db350fc4ffa0d09b1 (diff) | |
download | pkgsrc-3bb1003bffe659fe78e3ff049aa5e426d687763a.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/Makefile | 7 |
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) |