mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
aefa1bac0c
commit
811a73e19a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359268
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= recutils
|
||||
PORTVERSION= 1.7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= GNU
|
||||
|
||||
@ -11,7 +12,7 @@ COMMENT= Tools and libraries to access human-editable, plain text databases
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
USES= charsetfix
|
||||
USES= charsetfix libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
@ -9,9 +9,9 @@ bin/recsel
|
||||
bin/recset
|
||||
include/rec.h
|
||||
lib/librec.a
|
||||
lib/librec.la
|
||||
lib/librec.so
|
||||
lib/librec.so.1
|
||||
lib/librec.so.1.0.0
|
||||
man/man1/csv2rec.1.gz
|
||||
man/man1/rec2csv.1.gz
|
||||
man/man1/recdel.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user