diff options
author | wg <wg@FreeBSD.org> | 2014-07-06 03:32:11 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2014-07-06 03:32:11 +0800 |
commit | 3949e40ead0ffb6f3bba8c0623190909d8f9981f (patch) | |
tree | c57fb6362e7a988e24f89adcb41448f8baa0f6fa | |
parent | 19f6abce2b6d22fef43c06f4dd04e1b354284b34 (diff) | |
download | freebsd-ports-gnome-3949e40ead0ffb6f3bba8c0623190909d8f9981f.tar.gz freebsd-ports-gnome-3949e40ead0ffb6f3bba8c0623190909d8f9981f.tar.zst freebsd-ports-gnome-3949e40ead0ffb6f3bba8c0623190909d8f9981f.zip |
comms/gnuradio: use WX 3.0
Approved by: portmgr (bapt, blanket)
-rw-r--r-- | comms/gnuradio/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/gnuradio/Makefile b/comms/gnuradio/Makefile index 42ab77dbe9a2..48265082e600 100644 --- a/comms/gnuradio/Makefile +++ b/comms/gnuradio/Makefile @@ -2,6 +2,7 @@ PORTNAME= gnuradio PORTVERSION= 3.7.2.1 +PORTREVISION= 1 CATEGORIES= comms astro hamradio MASTER_SITES= http://gnuradio.org/releases/gnuradio/ \ ${MASTER_SITE_LOCAL} @@ -43,9 +44,8 @@ CMAKE_ARGS+= -DICONV_PREFIX:STRING="${ICONV_PREFIX}" \ # for detailed debugging uncomment the next line #CMAKE_ARGS+= --debug-output --trace DOCSDIR= share/doc/${PORTNAME}-${PORTVERSION} -USE_PYTHON= 2.7+ -USE_WX= 2.6+ -WX_UNICODE= yes +USE_PYTHON= yes +USE_WX= 3.0+ USE_QT4= gui xml qmake moc rcc uic WX_COMPS= wx wx:build wx:run python:build python:run USE_LDCONFIG= yes |