diff options
author | miwi <miwi@FreeBSD.org> | 2011-11-07 00:36:34 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-11-07 00:36:34 +0800 |
commit | 531c1e9dbd3190327603645ec4a4ee39027960b0 (patch) | |
tree | 2930e726300a7fd2909b1b02c969e20134e5dac9 /comms/fldigi | |
parent | 11ffafd469a75a23d97748b981ecd48b5e513238 (diff) | |
download | freebsd-ports-gnome-531c1e9dbd3190327603645ec4a4ee39027960b0.tar.gz freebsd-ports-gnome-531c1e9dbd3190327603645ec4a4ee39027960b0.tar.zst freebsd-ports-gnome-531c1e9dbd3190327603645ec4a4ee39027960b0.zip |
- Get rid FreeBSD 6.X support
Diffstat (limited to 'comms/fldigi')
-rw-r--r-- | comms/fldigi/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/comms/fldigi/Makefile b/comms/fldigi/Makefile index 842259f100a5..a6a40f8a7ca7 100644 --- a/comms/fldigi/Makefile +++ b/comms/fldigi/Makefile @@ -42,9 +42,7 @@ OPTIONS= NATIVE_OPT "Enable Native Optimizations" off \ HAMLIB "Support rig control via hamlib" on \ .include <bsd.port.pre.mk> -.if ${OSVERSION} < 700000 -USE_GCC= 4.2+ -.endif + .if ${ARCH} == "sparc64" BROKEN= Fails to install .endif |