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 Approved by: kwm
This commit is contained in:
parent
fd8113351c
commit
ea59f9f276
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364038
@ -4,7 +4,7 @@
|
||||
|
||||
PORTNAME= libunicode
|
||||
PORTVERSION= 0.4
|
||||
PORTREVISION= 9
|
||||
PORTREVISION= 10
|
||||
CATEGORIES= devel gnome
|
||||
MASTER_SITES= GNOME
|
||||
MASTER_SITE_SUBDIR= sources/libunicode/0.4
|
||||
@ -13,8 +13,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}.gnome
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Library for manipulating Unicode characters and strings
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
USES= gmake
|
||||
USES= gmake libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share \
|
||||
|
@ -2,6 +2,6 @@ bin/unicode-config
|
||||
etc/unicodeConf.sh
|
||||
include/unicode.h
|
||||
lib/libunicode.a
|
||||
lib/libunicode.la
|
||||
lib/libunicode.so
|
||||
lib/libunicode.so.0
|
||||
lib/libunicode.so.0.0.0
|
||||
|
Loading…
Reference in New Issue
Block a user