- Switch to USES=libtool
Approved by: portmgr blanket
This commit is contained in:
parent
706f83584c
commit
13b4c8496d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364195
2 changed files with 6 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= hamlib
|
||||
PORTVERSION= 1.2.15.3
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= comms hamradio
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
@ -14,13 +14,14 @@ LICENSE= LGPL20
|
|||
|
||||
BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13
|
||||
|
||||
USES= perl5 pkgconfig pathfix tcl
|
||||
USES= perl5 libtool:keepla pkgconfig pathfix tcl
|
||||
USE_GNOME= libxml2
|
||||
USE_PYTHON= yes
|
||||
USE_AUTOTOOLS= autoconf libtool libltdl
|
||||
USE_AUTOTOOLS= autoconf libltdl
|
||||
USE_LDCONFIG= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LIBS+= -L${LOCALBASE}/lib
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-perl-binding \
|
||||
--enable-tcl-binding --with-tcl=${TCL_LIBDIR} \
|
||||
--with-python-binding --without-rigmatrix
|
||||
|
|
|
@ -136,10 +136,12 @@ lib/hamlibtcl.so
|
|||
lib/tcl%%TCL_VER%%/hamlib/pkgIndex.tcl
|
||||
lib/libhamlib++.so
|
||||
lib/libhamlib++.so.2
|
||||
lib/libhamlib++.so.2.0.16
|
||||
lib/libhamlib++.a
|
||||
lib/libhamlib++.la
|
||||
lib/libhamlib.so
|
||||
lib/libhamlib.so.2
|
||||
lib/libhamlib.so.2.0.16
|
||||
lib/libhamlib.a
|
||||
lib/libhamlib.la
|
||||
libdata/pkgconfig/hamlib.pc
|
||||
|
|
Loading…
Reference in a new issue