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 /net | |
parent | ea8b8736a98aa0f9cc1e367db350fc4ffa0d09b1 (diff) | |
download | pkgsrc-3bb1003bffe659fe78e3ff049aa5e426d687763a.tar.gz |
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'net')
-rw-r--r-- | net/wmpload/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/wmpload/Makefile b/net/wmpload/Makefile index a014ff0e35d..6995843730e 100644 --- a/net/wmpload/Makefile +++ b/net/wmpload/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/01/25 10:54:55 abs Exp $ +# $NetBSD: Makefile,v 1.2 2000/08/23 23:14:30 tron Exp $ # DISTNAME= wmpload-0.9.4 @@ -8,9 +8,8 @@ MASTER_SITES= http://www.engr.utk.edu/~mdsmith/pload/ MAINTAINER= abs@netbsd.org HOMEPAGE= http://www.engr.utk.edu/~mdsmith/pload/ -DEPENDS+= xpm-3.4k:../../graphics/xpm - HAS_CONFIGURE= YES USE_X11BASE= YES +USE_XPM= YES .include "../../mk/bsd.pkg.mk" |