diff options
author | William Grzybowski <wg@FreeBSD.org> | 2014-07-06 03:23:04 +0800 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2014-07-06 03:23:04 +0800 |
commit | 9187c5df95edde032ab30c2bdf409a2c1cfa8163 (patch) | |
tree | 9ec06737e060d4ad70132706b44c372b6ba96804 /comms | |
parent | 994267b8fd673ebd3de51b017679b91eb59a0e95 (diff) | |
download | freebsd-ports-gnome-9187c5df95edde032ab30c2bdf409a2c1cfa8163.tar.gz freebsd-ports-gnome-9187c5df95edde032ab30c2bdf409a2c1cfa8163.tar.zst freebsd-ports-gnome-9187c5df95edde032ab30c2bdf409a2c1cfa8163.zip |
comms/quisk: use WX 3.0
Approved by: portmgr (bapt, blanket)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/quisk/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/comms/quisk/Makefile b/comms/quisk/Makefile index 5fc2187afdf5..3638c92d05bf 100644 --- a/comms/quisk/Makefile +++ b/comms/quisk/Makefile @@ -3,13 +3,14 @@ PORTNAME= quisk PORTVERSION= 3.6.18 +PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= http://james.ahlstrom.name/quisk/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR=shurd MAINTAINER= hamradio@FreeBSD.org -COMMENT= A Software Defined Radio (SDR) +COMMENT= Software Defined Radio (SDR) LICENSE= GPLv2 @@ -18,9 +19,8 @@ LIB_DEPENDS= libfftw3.so:${PORTSDIR}/math/fftw3 \ libasound.so:${PORTSDIR}/audio/alsa-lib \ libpulse.so:${PORTSDIR}/audio/pulseaudio -USE_PYTHON= 2.7+ -USE_WX= 2.8+ -WANT_UNICODE= yes +USE_PYTHON= yes +USE_WX= 3.0+ WX_COMPS= python USE_PYDISTUTILS=yes PYDISTUTILS_AUTOPLIST= yes |