diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-06-05 19:53:32 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-06-05 19:53:32 +0000 |
commit | da5e61df799409db97d84b6c6b41957a3f4d5525 (patch) | |
tree | a622d4d4c7a8181f8c9c9a5c627d4dbbf4557117 /audio | |
parent | 545f989b2af921e7d6313d6b58fedb88c70c4ee9 (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gnustep-cdplayer/Makefile | 2 | ||||
-rw-r--r-- | audio/gnustep-cdplayer/pkg-descr | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/audio/gnustep-cdplayer/Makefile b/audio/gnustep-cdplayer/Makefile index e053b26fd958..f59a2246a58b 100644 --- a/audio/gnustep-cdplayer/Makefile +++ b/audio/gnustep-cdplayer/Makefile @@ -17,6 +17,8 @@ COMMENT= GNUstep CD player with CDDB support LIB_DEPENDS+= cdaudio.1:${PORTSDIR}/audio/libcdaudio +LICENSE= GPLv2 + USE_BZIP2= yes USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes diff --git a/audio/gnustep-cdplayer/pkg-descr b/audio/gnustep-cdplayer/pkg-descr index 7557c10b259c..c4f84d0c87b1 100644 --- a/audio/gnustep-cdplayer/pkg-descr +++ b/audio/gnustep-cdplayer/pkg-descr @@ -1,5 +1,5 @@ GNUstep CD player with CDDB support -LICENSE: GPL +LICENSE: GPL2 WWW: http://gsburn.sourceforge.net/ |