diff options
author | db <db@FreeBSD.org> | 2014-04-13 07:43:51 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2014-04-13 07:43:51 +0800 |
commit | 57a7db91b7d1297ee8625ff0362b8c57dd32915c (patch) | |
tree | 883780872a68ca30ed93d8af0fb4ca8f915ff2f8 /comms/flrig/Makefile | |
parent | 5841fb0583a726ffe6deb609b0822b0712f1b71a (diff) | |
download | freebsd-ports-gnome-57a7db91b7d1297ee8625ff0362b8c57dd32915c.tar.gz freebsd-ports-gnome-57a7db91b7d1297ee8625ff0362b8c57dd32915c.tar.zst freebsd-ports-gnome-57a7db91b7d1297ee8625ff0362b8c57dd32915c.zip |
- Removed unnecessary diff
=Version 1.3.15=
2013-12-02 David Freese <w1hkj@w1hkj.com>
3422195: 64 bit void pointer
fa317c3: tty search
7732b22: TT566
6964cb6: TS590S/TS990S/TS2000 controls
5b340a9: FTdx1200
e199a62: Send cmd debug
718f46f: TS-990
05898d5: Sliders
c13a20e: Notch controls
86f1d0b: 7600 split
9f08704: Restore debug
PR: ports/188537
Submitted by: maintainer
Diffstat (limited to 'comms/flrig/Makefile')
-rw-r--r-- | comms/flrig/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/comms/flrig/Makefile b/comms/flrig/Makefile index fc48d83987ed..547d6d4f0521 100644 --- a/comms/flrig/Makefile +++ b/comms/flrig/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flrig -PORTVERSION= 1.3.13 +PORTVERSION= 1.3.15 CATEGORIES= comms hamradio MASTER_SITES= http://www.w1hkj.com/downloads/flrig/ \ ${MASTER_SITE_LOCAL} @@ -24,12 +24,7 @@ OPTIONS_DEFINE= NATIVE_OPT NATIVE_OPT_DESC= Enable Native Optimizations -.include <bsd.port.pre.mk> - -.if ${PORT_OPTIONS:MNATIVE_OPT} -CONFIGURE_ARGS+=--enable-optimizations=native -.else -CONFIGURE_ARGS+=--enable-optimizations=none -.endif +NATIVE_OPT_CONFIGURE_ON+= --enable-optimizations=native +NATIVE_OPT_CONFIGURE_OFF+= --enable-optimizations=none .include <bsd.port.mk> |