diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-24 19:37:29 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-24 19:37:29 +0800 |
commit | 7ddcc60d6bbfe54ac17fd262b08a9aea1ee38be7 (patch) | |
tree | 4b6d1d6adf7d0cef82fdd9df51df2316a5dd6eed /cad/basicdsp | |
parent | 903c478f1e9dc3383dc3e86e0a227f648956e9ed (diff) | |
download | freebsd-ports-gnome-7ddcc60d6bbfe54ac17fd262b08a9aea1ee38be7.tar.gz freebsd-ports-gnome-7ddcc60d6bbfe54ac17fd262b08a9aea1ee38be7.tar.zst freebsd-ports-gnome-7ddcc60d6bbfe54ac17fd262b08a9aea1ee38be7.zip |
Switch to wx 2.8
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 f2fcb24e31e5..7877278bcc4b 100644 --- a/cad/basicdsp/Makefile +++ b/cad/basicdsp/Makefile @@ -3,7 +3,7 @@ PORTNAME= basicdsp PORTVERSION= 1.01 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= cad hamradio MASTER_SITES= http://wwwhome.cs.utwente.nl/~ptdeboer/ham/basicdsp/ \ ${MASTER_SITE_LOCAL} @@ -16,7 +16,7 @@ COMMENT= Program for experimenting with simple audio DSP algorithms LICENSE= GPLv2 USES= dos2unix -USE_WX= 2.6+ +USE_WX= 2.8+ WX_UNICODE= yes WX_COMPS= wx wx:build wx:run |