diff options
-rw-r--r-- | comms/flrig/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/comms/flrig/Makefile b/comms/flrig/Makefile index a9ac853b7702..20f98aaf9177 100644 --- a/comms/flrig/Makefile +++ b/comms/flrig/Makefile @@ -1,8 +1,9 @@ PORTNAME= flrig DISTVERSION= 2.0.08 +PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= SF/fldigi/${PORTNAME} \ - https://www.w1hkj.org/files/fldigi/ + https://www.w1hkj.org/files/flrig/ MAINTAINER= hamradio@FreeBSD.org COMMENT= Ham Radio rig control program, cooperates with fldigi @@ -26,9 +27,4 @@ PLIST_FILES= bin/flrig \ share/applications/flrig.desktop \ share/pixmaps/flrig.xpm -OPTIONS_DEFINE= NATIVE - -NATIVE_CONFIGURE_ON= --enable-optimizations=native -NATIVE_CONFIGURE_OFF= --enable-optimizations=none - .include <bsd.port.mk> |