diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-01-09 21:16:49 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-01-09 21:16:49 +0800 |
commit | f3daf2261fb178366adda1ccfd67d90513f16f2a (patch) | |
tree | 263754af5ddd95f1ad55b06c101378a0cf71009b /comms/gqrx/Makefile | |
parent | cc1bd708b05005e884e1cb06113168318d3dbe5a (diff) | |
download | freebsd-ports-gnome-f3daf2261fb178366adda1ccfd67d90513f16f2a.tar.gz freebsd-ports-gnome-f3daf2261fb178366adda1ccfd67d90513f16f2a.tar.zst freebsd-ports-gnome-f3daf2261fb178366adda1ccfd67d90513f16f2a.zip |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket
Diffstat (limited to 'comms/gqrx/Makefile')
-rw-r--r-- | comms/gqrx/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
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> |