diff options
Diffstat (limited to 'comms/flrig/Makefile')
-rw-r--r-- | comms/flrig/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/comms/flrig/Makefile b/comms/flrig/Makefile index a9ac853b7702..2f356b6a51e7 100644 --- a/comms/flrig/Makefile +++ b/comms/flrig/Makefile @@ -1,8 +1,8 @@ PORTNAME= flrig DISTVERSION= 2.0.08 +PORTREVISION= 1 CATEGORIES= comms hamradio -MASTER_SITES= SF/fldigi/${PORTNAME} \ - https://www.w1hkj.org/files/fldigi/ +MASTER_SITES= SF/fldigi/${PORTNAME} MAINTAINER= hamradio@FreeBSD.org COMMENT= Ham Radio rig control program, cooperates with fldigi @@ -26,9 +26,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> |