diff options
author | tron <tron@pkgsrc.org> | 2000-08-23 23:14:21 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-08-23 23:14:21 +0000 |
commit | f0b9164cf1068dd6dc3d7a77da6b33ac09689177 (patch) | |
tree | 623953a643a6181e26e24311ef14ff20193779e7 /x11/xteddy | |
parent | 3587744105d1c40ee4f94fcd5c50335818522169 (diff) | |
download | pkgsrc-f0b9164cf1068dd6dc3d7a77da6b33ac09689177.tar.gz |
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'x11/xteddy')
-rw-r--r-- | x11/xteddy/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/x11/xteddy/Makefile b/x11/xteddy/Makefile index 96ac8196fe6..a8e7d00286a 100644 --- a/x11/xteddy/Makefile +++ b/x11/xteddy/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:36 tron Exp $ DISTNAME= xteddy-1.1 CATEGORIES= x11 games @@ -7,10 +7,9 @@ MASTER_SITES= http://www.ITN.LiU.SE/~stegu/xteddy/ MAINTAINER= johnam@mail.kemper.org HOMEPAGE= http://www.ITN.LiU.SE/~stegu/xteddy -DEPENDS+= xpm-*:../../graphics/xpm - -GNU_CONFIGURE= yes -USE_X11= yes +USE_X11= YES +USE_XPM= YES +GNU_CONFIGURE= YES pre-install: ${MKDIR} ${PREFIX}/share/xteddy |