diff options
author | pav <pav@FreeBSD.org> | 2008-03-20 17:23:28 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-03-20 17:23:28 +0800 |
commit | a769580b87aff31eefcf6b9b8a016a2127c9d8c8 (patch) | |
tree | 00a22daa001f3878816084ae229a51e181e100b2 /comms/hamlib | |
parent | b5e317f4981d7f7eb4fa298aaacfa87684509ca8 (diff) | |
download | freebsd-ports-graphics-a769580b87aff31eefcf6b9b8a016a2127c9d8c8.tar.gz freebsd-ports-graphics-a769580b87aff31eefcf6b9b8a016a2127c9d8c8.tar.zst freebsd-ports-graphics-a769580b87aff31eefcf6b9b8a016a2127c9d8c8.zip |
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Diffstat (limited to 'comms/hamlib')
-rw-r--r-- | comms/hamlib/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/comms/hamlib/Makefile b/comms/hamlib/Makefile index 503f0d2e94c..2f17b55da85 100644 --- a/comms/hamlib/Makefile +++ b/comms/hamlib/Makefile @@ -18,7 +18,6 @@ COMMENT= Shared libraries for Amateur Radio Equipment Control Applications BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 USE_GNOME= pkgconfig gnomehack -USE_GETOPT_LONG= yes USE_PERL5= yes USE_PYTHON= yes USE_AUTOTOOLS= autoconf:261 libtool:15 |