diff options
author | tron <tron@pkgsrc.org> | 1999-06-12 21:51:37 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-06-12 21:51:37 +0000 |
commit | 71d58456f5b726ffac8c19eeec3243c00577288a (patch) | |
tree | 859984aa79f938ef76430287d4040ffc574bfb91 /x11 | |
parent | 720e9cf85ee718da213025c4d97e3e439d94adfd (diff) | |
download | pkgsrc-71d58456f5b726ffac8c19eeec3243c00577288a.tar.gz |
Add dependence on "xli" package as suggested by Frederick Bruckman
in PR pkg/7758.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/afterstep/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/afterstep/Makefile b/x11/afterstep/Makefile index 53c22aa4b23..b721982217c 100644 --- a/x11/afterstep/Makefile +++ b/x11/afterstep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1999/06/06 20:22:45 tron Exp $ +# $NetBSD: Makefile,v 1.11 1999/06/12 21:51:37 tron Exp $ DISTNAME= AfterStep-1.6.10 PKGNAME= afterstep-1.6.10 @@ -10,11 +10,12 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.afterstep.org/ -DEPENDS+= xpm-3.4k:../../graphics/xpm +DEPENDS+= asclock-11:../../x11/asclock DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= png-1.0.3:../../graphics/png DEPENDS+= rplay-3.2.0b6:../../audio/rplay -DEPENDS+= asclock-11:../../x11/asclock +DEPENDS+= xli-1.16:../../graphics/xli +DEPENDS+= xpm-3.4k:../../graphics/xpm USE_X11BASE= yes GNU_CONFIGURE= yes |