diff options
author | tron <tron> | 2000-08-23 23:14:21 +0000 |
---|---|---|
committer | tron <tron> | 2000-08-23 23:14:21 +0000 |
commit | d9e03c3558722b30a745e7e75c1d6ecc9c22c99f (patch) | |
tree | 623953a643a6181e26e24311ef14ff20193779e7 /x11/xpenguins/Makefile | |
parent | b735b13875cb70c66b6ea714e5270b631b195051 (diff) | |
download | pkgsrc-d9e03c3558722b30a745e7e75c1d6ecc9c22c99f.tar.gz |
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'x11/xpenguins/Makefile')
-rw-r--r-- | x11/xpenguins/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xpenguins/Makefile b/x11/xpenguins/Makefile index b204dab5136..ca2aab15c60 100644 --- a/x11/xpenguins/Makefile +++ b/x11/xpenguins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/05/31 00:28:56 itohy Exp $ +# $NetBSD: Makefile,v 1.3 2000/08/23 23:14:37 tron Exp $ # DISTNAME= xpenguins-1.2 @@ -8,7 +8,7 @@ MASTER_SITES= http://www.met.rdg.ac.uk/~swrhgnrj/xpenguins/ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.met.rdg.ac.uk/~swrhgnrj/xpenguins/ -DEPENDS+= xpm-*:../../graphics/xpm +USE_XPM= YES do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xpenguins ${PREFIX}/bin |