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
51cbd48c0b
commit
5d5825a2b7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364189
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= agg
|
||||
PORTVERSION= 2.5
|
||||
PORTREVISION= 8
|
||||
PORTREVISION= 9
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.antigrain.com/ \
|
||||
http://freebsd.unixfreunde.de/sources/
|
||||
@ -16,7 +16,7 @@ LICENSE= GPLv2
|
||||
LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2
|
||||
|
||||
USE_XORG= x11
|
||||
USES= gmake pathfix pkgconfig
|
||||
USES= gmake libtool pathfix pkgconfig
|
||||
USE_SDL= sdl
|
||||
USE_AUTOTOOLS= aclocal autoheader autoconf libtoolize automake
|
||||
ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal
|
||||
|
@ -136,21 +136,21 @@ include/agg2/util/agg_color_conv.h
|
||||
include/agg2/util/agg_color_conv_rgb16.h
|
||||
include/agg2/util/agg_color_conv_rgb8.h
|
||||
lib/libagg.a
|
||||
lib/libagg.la
|
||||
lib/libagg.so
|
||||
lib/libagg.so.2
|
||||
lib/libagg.so.2.0.4
|
||||
lib/libaggfontfreetype.a
|
||||
lib/libaggfontfreetype.la
|
||||
lib/libaggfontfreetype.so
|
||||
lib/libaggfontfreetype.so.2
|
||||
lib/libaggfontfreetype.so.2.0.4
|
||||
lib/libaggplatformX11.a
|
||||
lib/libaggplatformX11.la
|
||||
lib/libaggplatformX11.so
|
||||
lib/libaggplatformX11.so.2
|
||||
lib/libaggplatformX11.so.2.0.4
|
||||
lib/libaggplatformsdl.a
|
||||
lib/libaggplatformsdl.la
|
||||
lib/libaggplatformsdl.so
|
||||
lib/libaggplatformsdl.so.2
|
||||
lib/libaggplatformsdl.so.2.0.4
|
||||
libdata/pkgconfig/libagg.pc
|
||||
share/aclocal/libagg.m4
|
||||
@dirrm include/agg2/util
|
||||
|
Loading…
Reference in New Issue
Block a user