diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gnuradio/Makefile | 3 | ||||
-rw-r--r-- | comms/gqrx/Makefile | 9 | ||||
-rw-r--r-- | comms/libsdr-gui/Makefile | 8 |
3 files changed, 2 insertions, 18 deletions
diff --git a/comms/gnuradio/Makefile b/comms/gnuradio/Makefile index 314f2b94d42c..080773c5f06f 100644 --- a/comms/gnuradio/Makefile +++ b/comms/gnuradio/Makefile @@ -102,9 +102,6 @@ TESTING_BUILD_DEPENDS= cppunit-config:devel/cppunit LIBSTRIP_FILES+= uhd LIB_DEPENDS+= libuhd.so:comms/uhd .endif -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 -USE_GCC= yes -.endif PATCH_FILES= docs/doxygen/Doxyfile.in \ gr-fec/lib/CMakeLists.txt diff --git a/comms/gqrx/Makefile b/comms/gqrx/Makefile index 47a5f21d443c..f555be8c28c5 100644 --- a/comms/gqrx/Makefile +++ b/comms/gqrx/Makefile @@ -43,11 +43,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/gqrx.desktop \ ${STAGEDIR}${PREFIX}/share/applications -.include <bsd.port.pre.mk> - -# Chase comms/gnuradio compiler choice -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 -USE_GCC= yes -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/comms/libsdr-gui/Makefile b/comms/libsdr-gui/Makefile index 4ea169f9e05d..eae58c112759 100644 --- a/comms/libsdr-gui/Makefile +++ b/comms/libsdr-gui/Makefile @@ -23,10 +23,4 @@ USE_QT5= core buildtools_build qmake widgets USES= cmake pkgconfig USE_LDCONFIG= yes -.include <bsd.port.pre.mk> - -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 -USE_GCC= yes -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |