diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-07 11:37:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-07 11:37:49 +0000 |
commit | 40e9c4fede55d3607e40d6851c9ed1d13c85b8d0 (patch) | |
tree | 04dd1293d988f0da63d4d39e3c2c1003bfaa7d07 /cad | |
parent | 044f0f8b7c05dec9e6951b90734ffea35dac6b80 (diff) | |
download | ports-40e9c4fede55d3607e40d6851c9ed1d13c85b8d0.tar.gz ports-40e9c4fede55d3607e40d6851c9ed1d13c85b8d0.zip |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/basicdsp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/basicdsp/Makefile b/cad/basicdsp/Makefile index f938801ab548..f2fcb24e31e5 100644 --- a/cad/basicdsp/Makefile +++ b/cad/basicdsp/Makefile @@ -11,11 +11,11 @@ MASTER_SITE_SUBDIR= db EXTRACT_SUFX= .tgz MAINTAINER= db@FreeBSD.org -COMMENT= A program for experimenting with simple audio DSP algorithms +COMMENT= Program for experimenting with simple audio DSP algorithms LICENSE= GPLv2 -USE_DOS2UNIX= yes +USES= dos2unix USE_WX= 2.6+ WX_UNICODE= yes WX_COMPS= wx wx:build wx:run |