diff options
author | xtraeme <xtraeme> | 2006-01-11 15:18:17 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2006-01-11 15:18:17 +0000 |
commit | 2a47e18bd41851bd8b35d915772e44878f0b8182 (patch) | |
tree | 19306333af95a237e4c2402a2251d55d52187ceb /sysutils | |
parent | d10a168483cc90d2e07304c7cb3732010bf7e182 (diff) | |
download | pkgsrc-2a47e18bd41851bd8b35d915772e44878f0b8182.tar.gz |
There's no need to depend on cdrecord-xcdroast... this pkg is not
really necessary nowadays.
Bump PKGREVISION.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xcdroast/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/sysutils/xcdroast/Makefile b/sysutils/xcdroast/Makefile index 9631d705dfa..ef6d6f1599e 100644 --- a/sysutils/xcdroast/Makefile +++ b/sysutils/xcdroast/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.39 2005/12/29 06:22:19 jlam Exp $ +# $NetBSD: Makefile,v 1.40 2006/01/11 15:18:17 xtraeme Exp $ -DISTNAME= xcdroast-0.98alpha15 -PKGNAME= xcdroast-0.98a15 -PKGREVISION= 3 +DISTNAME= xcdroast-${DIST_VER} +PKGNAME= xcdroast-${DIST_VER:S/alpha/a/} +PKGREVISION= 4 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xcdroast/} @@ -12,7 +12,9 @@ COMMENT= Graphical user interface for the command-line cdrecord-tools BUILD_USES_MSGFMT= YES -DEPENDS+= cdrecord-xcdroast-0.98a15.*:../../sysutils/cdrecord-xcdroast +DEPENDS+= cdrtools>=2.01:../../sysutils/cdrtools + +DIST_VER= 0.98alpha15 USE_TOOLS+= gmake pkg-config USE_PKGLOCALEDIR= YES |