diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-07 19:37:49 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-07 19:37:49 +0800 |
commit | 2b1839501c6a3614aab12f5dd03d0ad720b8c0a4 (patch) | |
tree | 04dd1293d988f0da63d4d39e3c2c1003bfaa7d07 /cad/basicdsp | |
parent | 585b16a02b39b5d000caeae9cd5d99e2b6aad0fa (diff) | |
download | freebsd-ports-gnome-2b1839501c6a3614aab12f5dd03d0ad720b8c0a4.tar.gz freebsd-ports-gnome-2b1839501c6a3614aab12f5dd03d0ad720b8c0a4.tar.zst freebsd-ports-gnome-2b1839501c6a3614aab12f5dd03d0ad720b8c0a4.zip |
Convert to dos2unix
Diffstat (limited to 'cad/basicdsp')
-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 |