diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-01-22 23:43:13 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-01-22 23:43:13 +0000 |
commit | 017127529f95df32fa097238bae1d63aafea95b1 (patch) | |
tree | 3fce0fb24f1ae2e56be4eb428b091fc28230bb4d /sysutils/cdrdao | |
parent | 6d76e81a08eb0c311c314f2c41e529ba86df329f (diff) | |
download | ports-017127529f95df32fa097238bae1d63aafea95b1.tar.gz ports-017127529f95df32fa097238bae1d63aafea95b1.zip |
Notes
Diffstat (limited to 'sysutils/cdrdao')
-rw-r--r-- | sysutils/cdrdao/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/cdrdao/Makefile b/sysutils/cdrdao/Makefile index d578993ec379..d038ffe92dd3 100644 --- a/sysutils/cdrdao/Makefile +++ b/sysutils/cdrdao/Makefile @@ -5,10 +5,10 @@ # # $FreeBSD$ # -# If You don't want to use Joerg Schilling's SCSI library, +# If you don't want to use Joerg Schilling's SCSI library, # set DONT_USE_SCGLIB = yes -# If You don't want to use pthreads, set DONT_USE_PTHREADS = yes -# If You want the graphical X toc file editor, set XCDRDAO = yes +# If you don't want to use pthreads, set DONT_USE_PTHREADS = yes +# If you want the graphical X toc file editor, set XCDRDAO = yes DISTNAME= cdrdao-1.1.3.src PKGNAME= cdrdao-1.1.3 |