diff options
author | fredb <fredb> | 2002-03-17 15:46:16 +0000 |
---|---|---|
committer | fredb <fredb> | 2002-03-17 15:46:16 +0000 |
commit | e5b2c031b4fb9946f73c61386309af0906a65745 (patch) | |
tree | 62c3996ab15c2b9266da37693a5bca32acdabe4f /sysutils/xcdroast | |
parent | 9a738a8e666500a475866415f805a58367f91d9c (diff) | |
download | pkgsrc-e5b2c031b4fb9946f73c61386309af0906a65745.tar.gz |
Fix typo.
Diffstat (limited to 'sysutils/xcdroast')
-rw-r--r-- | sysutils/xcdroast/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xcdroast/Makefile b/sysutils/xcdroast/Makefile index 393fecf2473..6c888fb0706 100644 --- a/sysutils/xcdroast/Makefile +++ b/sysutils/xcdroast/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2002/03/13 17:37:45 fredb Exp $ +# $NetBSD: Makefile,v 1.7 2002/03/17 15:46:16 fredb Exp $ DISTNAME= xcdroast-0.98alpha9 PKGNAME= xcdroast-0.98a9 @@ -10,7 +10,7 @@ MAINTAINER= frueauf@netbsd.org HOMEPAGE= http://www.xcdroast.org/ COMMENT= graphical user interface for the command-line cdrecord-tools -eEPENDS+= imlib>=1.9.11nb1:../../graphics/imlib +DEPENDS+= imlib>=1.9.11nb1:../../graphics/imlib DEPENDS+= cdrecord-1.10:../../sysutils/cdrecord USE_X11= YES |