diff options
Diffstat (limited to 'comms/hamlib')
-rw-r--r-- | comms/hamlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/hamlib/Makefile b/comms/hamlib/Makefile index 2f17b55da853..b451db561fb6 100644 --- a/comms/hamlib/Makefile +++ b/comms/hamlib/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 USE_GNOME= pkgconfig gnomehack USE_PERL5= yes USE_PYTHON= yes -USE_AUTOTOOLS= autoconf:261 libtool:15 +USE_AUTOTOOLS= autoconf:262 libtool:15 USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-perl-binding --with-python=${PYTHON_CMD} |