- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
b2f8dc697d
commit
c547945b44
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361215
2 changed files with 2 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= adasockets
|
||||
PORTVERSION= 1.8.11
|
||||
PORTREISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.rfc1149.net/download/adasockets/
|
||||
|
||||
|
@ -12,7 +13,7 @@ COMMENT= IPv4 socket library for Ada (TCP, UDP, and multicast)
|
|||
LICENSE= GPLv2 GMGPL
|
||||
LICENSE_COMB= multi
|
||||
|
||||
USES= ada gmake
|
||||
USES= ada gmake libtool
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--disable-doc --disable-shared
|
||||
|
||||
|
|
|
@ -14,7 +14,6 @@ include/adasockets/sockets-utils.ads
|
|||
include/adasockets/sockets.adb
|
||||
include/adasockets/sockets.ads
|
||||
lib/adasockets/libadasockets.a
|
||||
lib/adasockets/libadasockets.la
|
||||
lib/adasockets/sockets-constants.ali
|
||||
lib/adasockets/sockets-link.ali
|
||||
lib/adasockets/sockets-multicast.ali
|
||||
|
|
Loading…
Reference in a new issue