diff options
author | obache <obache> | 2012-01-23 12:01:43 +0000 |
---|---|---|
committer | obache <obache> | 2012-01-23 12:01:43 +0000 |
commit | e071e283a3269843629f23ea4ceb5d640d008022 (patch) | |
tree | 06a8c06cbe8e97be007a3fb07d56b30476735c67 /audio/cplay | |
parent | cb7943127bdb440345490e2158583482784b5934 (diff) | |
download | pkgsrc-e071e283a3269843629f23ea4ceb5d640d008022.tar.gz |
* LICENSE=gnu-gpl-v2
* no need to buildlink with py-curses, simple DEPENDS is sufficient.
Diffstat (limited to 'audio/cplay')
-rw-r--r-- | audio/cplay/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/cplay/Makefile b/audio/cplay/Makefile index 7acc010512e..4b4ab384155 100644 --- a/audio/cplay/Makefile +++ b/audio/cplay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2010/02/10 19:17:32 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2012/01/23 12:01:43 obache Exp $ DISTNAME= cplay-1.49 PKGREVISION= 4 @@ -8,6 +8,9 @@ MASTER_SITES= # ${HOMEPAGE} MAINTAINER= ghen@NetBSD.org HOMEPAGE= http://mask.tf.hut.fi/~flu/hacks/cplay/ COMMENT= Curses front-end for various audio players +LICENSE= gnu-gpl-v2 + +DEPENDS+= ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses PKG_DESTDIR_SUPPORT= user-destdir @@ -46,5 +49,4 @@ do-install: .endfor .include "../../lang/python/application.mk" -.include "../../devel/py-curses/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |