mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04: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
2 changed files with 6 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= agg
|
PORTNAME= agg
|
||||||
PORTVERSION= 2.5
|
PORTVERSION= 2.5
|
||||||
PORTREVISION= 8
|
PORTREVISION= 9
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
MASTER_SITES= http://www.antigrain.com/ \
|
MASTER_SITES= http://www.antigrain.com/ \
|
||||||
http://freebsd.unixfreunde.de/sources/
|
http://freebsd.unixfreunde.de/sources/
|
||||||
|
@ -16,7 +16,7 @@ LICENSE= GPLv2
|
||||||
LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2
|
LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2
|
||||||
|
|
||||||
USE_XORG= x11
|
USE_XORG= x11
|
||||||
USES= gmake pathfix pkgconfig
|
USES= gmake libtool pathfix pkgconfig
|
||||||
USE_SDL= sdl
|
USE_SDL= sdl
|
||||||
USE_AUTOTOOLS= aclocal autoheader autoconf libtoolize automake
|
USE_AUTOTOOLS= aclocal autoheader autoconf libtoolize automake
|
||||||
ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal
|
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_rgb16.h
|
||||||
include/agg2/util/agg_color_conv_rgb8.h
|
include/agg2/util/agg_color_conv_rgb8.h
|
||||||
lib/libagg.a
|
lib/libagg.a
|
||||||
lib/libagg.la
|
|
||||||
lib/libagg.so
|
lib/libagg.so
|
||||||
lib/libagg.so.2
|
lib/libagg.so.2
|
||||||
|
lib/libagg.so.2.0.4
|
||||||
lib/libaggfontfreetype.a
|
lib/libaggfontfreetype.a
|
||||||
lib/libaggfontfreetype.la
|
|
||||||
lib/libaggfontfreetype.so
|
lib/libaggfontfreetype.so
|
||||||
lib/libaggfontfreetype.so.2
|
lib/libaggfontfreetype.so.2
|
||||||
|
lib/libaggfontfreetype.so.2.0.4
|
||||||
lib/libaggplatformX11.a
|
lib/libaggplatformX11.a
|
||||||
lib/libaggplatformX11.la
|
|
||||||
lib/libaggplatformX11.so
|
lib/libaggplatformX11.so
|
||||||
lib/libaggplatformX11.so.2
|
lib/libaggplatformX11.so.2
|
||||||
|
lib/libaggplatformX11.so.2.0.4
|
||||||
lib/libaggplatformsdl.a
|
lib/libaggplatformsdl.a
|
||||||
lib/libaggplatformsdl.la
|
|
||||||
lib/libaggplatformsdl.so
|
lib/libaggplatformsdl.so
|
||||||
lib/libaggplatformsdl.so.2
|
lib/libaggplatformsdl.so.2
|
||||||
|
lib/libaggplatformsdl.so.2.0.4
|
||||||
libdata/pkgconfig/libagg.pc
|
libdata/pkgconfig/libagg.pc
|
||||||
share/aclocal/libagg.m4
|
share/aclocal/libagg.m4
|
||||||
@dirrm include/agg2/util
|
@dirrm include/agg2/util
|
||||||
|
|
Loading…
Add table
Reference in a new issue