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 /sysutils | |
parent | 545f989b2af921e7d6313d6b58fedb88c70c4ee9 (diff) | |
download | ports-da5e61df799409db97d84b6c6b41957a3f4d5525.tar.gz ports-da5e61df799409db97d84b6c6b41957a3f4d5525.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/burn/Makefile | 2 | ||||
-rw-r--r-- | sysutils/burn/pkg-descr | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/burn/Makefile b/sysutils/burn/Makefile index 1ec0b55b78f0..880bfd4b26c1 100644 --- a/sysutils/burn/Makefile +++ b/sysutils/burn/Makefile @@ -17,6 +17,8 @@ COMMENT= GNUstep based CD burning program LIB_DEPENDS+= cdda_paranoia.0:${PORTSDIR}/audio/cdparanoia RUN_DEPENDS+= cdrdao:${PORTSDIR}/sysutils/cdrdao +LICENSE= GPLv2 + USE_CDRTOOLS= yes USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes diff --git a/sysutils/burn/pkg-descr b/sysutils/burn/pkg-descr index f699a287f9d8..913e78029a5e 100644 --- a/sysutils/burn/pkg-descr +++ b/sysutils/burn/pkg-descr @@ -7,6 +7,6 @@ your CD by point-and-click operation and save your projects for later reuse. Burn.app will hide as many settings as possible from you, thus making it very easy and user-friendly to create your own CDs. -LICENSE: GPL +LICENSE: GPL2 or later WWW: http://gsburn.sourceforge.net/ |