mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
660a8e293b
commit
fce6d0bdb4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362900
@ -3,13 +3,14 @@
|
||||
|
||||
PORTNAME= pcl
|
||||
PORTVERSION= 1.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.xmailserver.org/
|
||||
|
||||
MAINTAINER= manuel.giraud@gmail.com
|
||||
COMMENT= Portable Coroutine Library
|
||||
|
||||
USES= gmake
|
||||
USES= gmake libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
include/pcl.h
|
||||
lib/libpcl.a
|
||||
lib/libpcl.la
|
||||
lib/libpcl.so
|
||||
lib/libpcl.so.1
|
||||
lib/libpcl.so.1.0.6
|
||||
man/man3/pcl.3.gz
|
||||
|
Loading…
Reference in New Issue
Block a user