aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CVSROOT/modules2
-rw-r--r--MOVED1
-rw-r--r--Mk/bsd.gnome.mk2
-rw-r--r--databases/rrdtool/Makefile2
-rw-r--r--editors/calligra/Makefile2
-rw-r--r--editors/koffice-kde3/Makefile2
-rw-r--r--editors/koffice-kde4/Makefile2
-rw-r--r--editors/openoffice-3-devel/Makefile2
-rw-r--r--editors/openoffice-3/Makefile2
-rw-r--r--editors/openoffice.org-1.1-devel/Makefile2
-rw-r--r--editors/openoffice.org-1.1/Makefile2
-rw-r--r--editors/openoffice.org-2-RC/Makefile2
-rw-r--r--editors/openoffice.org-2-devel/Makefile2
-rw-r--r--editors/openoffice.org-2.0-devel/Makefile2
-rw-r--r--editors/openoffice.org-2.0/Makefile2
-rw-r--r--editors/openoffice.org-2/Makefile2
-rw-r--r--editors/openoffice.org-3-RC/Makefile2
-rw-r--r--editors/openoffice.org-3-devel/Makefile2
-rw-r--r--editors/openoffice.org-3/Makefile2
-rw-r--r--editors/openoffice.org-vcltesttool/Makefile2
-rw-r--r--graphics/Makefile2
-rw-r--r--graphics/kdegraphics3/Makefile2
-rw-r--r--graphics/kdegraphics4/Makefile2
-rw-r--r--graphics/libart/Makefile2
-rw-r--r--graphics/libart_lgpl/Makefile2
-rw-r--r--graphics/libart_lgpl2/Makefile27
-rw-r--r--graphics/libart_lgpl2/distinfo3
-rw-r--r--graphics/libart_lgpl2/pkg-descr8
-rw-r--r--graphics/libart_lgpl2/pkg-plist52
-rw-r--r--java/sablevm/Makefile2
-rw-r--r--net/rrdtool/Makefile2
-rw-r--r--x11-toolkits/gnustep-back/Makefile4
-rw-r--r--x11/kdelibs3/Makefile2
-rw-r--r--x11/kdelibs4/Makefile2
34 files changed, 31 insertions, 120 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules
index 5e8bde952310..b8c5bb9d789b 100644
--- a/CVSROOT/modules
+++ b/CVSROOT/modules
@@ -5589,7 +5589,7 @@ libao ports/audio/libao
libapreq2 ports/www/libapreq2
libarc ports/archivers/libarc
libart ports/graphics/libart
-libart_lgpl2 ports/graphics/libart_lgpl2
+libart_lgpl ports/graphics/libart_lgpl
libassa ports/devel/libassa
libassetml ports/devel/libassetml
libassuan ports/security/libassuan
diff --git a/MOVED b/MOVED
index f703d9811daa..cf816d4e4e8d 100644
--- a/MOVED
+++ b/MOVED
@@ -2322,3 +2322,4 @@ news/pan2|news/pan|2006-05-28|Use unversioned name
palm/gnomepilot2|palm/gnome-pilot|2006-05-28|Renamed to use real vendor package name
palm/gnomepilot-conduits2|palm/gnome-pilot-conduits|2006-05-28|Renamed to use real vendor package name
print/gnomeprint|print/gnome-print|2006-05-28|Renamed to use real vendor package name
+graphics/libart_lgpl2|graphics/libart_lgpl|2006-05-28|Renamed to use real vendor package name
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk
index 00320ee237f8..18d3ec17ed07 100644
--- a/Mk/bsd.gnome.mk
+++ b/Mk/bsd.gnome.mk
@@ -322,7 +322,7 @@ libgnomecanvas_LIB_DEPENDS= gnomecanvas-2.0:${PORTSDIR}/graphics/libgnomecanvas
libgnomecanvas_DETECT= ${X11BASE}/libdata/pkgconfig/libgnomecanvas-2.0.pc
libgnomecanvas_USE_GNOME_IMPL= libglade2 libartlgpl2
-libartlgpl2_LIB_DEPENDS= art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl2
+libartlgpl2_LIB_DEPENDS= art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl
libartlgpl2_DETECT= ${LOCALBASE}/libdata/pkgconfig/libart-2.0.pc
libartlgpl2_USE_GNOME_IMPL= pkgconfig
diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile
index 2d880335ee32..1a812652c004 100644
--- a/databases/rrdtool/Makefile
+++ b/databases/rrdtool/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= demon@FreeBSD.org
COMMENT= Round Robin Database Tools
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \
- art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl2 \
+ art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl \
png.5:${PORTSDIR}/graphics/png
USE_PERL5= yes
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile
index 185fbaa99f2c..3cb58dc11716 100644
--- a/editors/calligra/Makefile
+++ b/editors/calligra/Makefile
@@ -18,7 +18,7 @@ COMMENT= Office Suite for KDE3
BUILD_DEPENDS= ${LOCALBASE}/lib/libpqxx.a:${PORTSDIR}/databases/postgresql-libpqxx \
Magick-config:${PORTSDIR}/graphics/ImageMagick
-LIB_DEPENDS= art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl2 \
+LIB_DEPENDS= art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl \
aspell:${PORTSDIR}/textproc/aspell \
exif.12:${PORTSDIR}/graphics/libexif \
fontconfig:${PORTSDIR}/x11-fonts/fontconfig \
diff --git a/editors/koffice-kde3/Makefile b/editors/koffice-kde3/Makefile
index 185fbaa99f2c..3cb58dc11716 100644
--- a/editors/koffice-kde3/Makefile
+++ b/editors/koffice-kde3/Makefile
@@ -18,7 +18,7 @@ COMMENT= Office Suite for KDE3
BUILD_DEPENDS= ${LOCALBASE}/lib/libpqxx.a:${PORTSDIR}/databases/postgresql-libpqxx \
Magick-config:${PORTSDIR}/graphics/ImageMagick
-LIB_DEPENDS= art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl2 \
+LIB_DEPENDS= art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl \
aspell:${PORTSDIR}/textproc/aspell \
exif.12:${PORTSDIR}/graphics/libexif \
fontconfig:${PORTSDIR}/x11-fonts/fontconfig \
diff --git a/editors/koffice-kde4/Makefile b/editors/koffice-kde4/Makefile
index 185fbaa99f2c..3cb58dc11716 100644
--- a/editors/koffice-kde4/Makefile
+++ b/editors/koffice-kde4/Makefile
@@ -18,7 +18,7 @@ COMMENT= Office Suite for KDE3
BUILD_DEPENDS= ${LOCALBASE}/lib/libpqxx.a:${PORTSDIR}/databases/postgresql-libpqxx \
Magick-config:${PORTSDIR}/graphics/ImageMagick
-LIB_DEPENDS= art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl2 \
+LIB_DEPENDS= art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl \
aspell:${PORTSDIR}/textproc/aspell \
exif.12:${PORTSDIR}/graphics/libexif \
fontconfig:${PORTSDIR}/x11-fonts/fontconfig \
diff --git a/editors/openoffice-3-devel/Makefile b/editors/openoffice-3-devel/Makefile
index 2e115f45ad3c..23eadc09bb75 100644
--- a/editors/openoffice-3-devel/Makefile
+++ b/editors/openoffice-3-devel/Makefile
@@ -158,7 +158,7 @@ ANT_DISTFILE= apache-ant-${ANT_VERSION}-bin.tar.bz2
ANT_VERSION= 1.6.5
.endif
.if !defined(WITH_GPC)
-LIB_DEPENDS= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl2
+LIB_DEPENDS= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl
.endif
GNU_CONFIGURE= yes
diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile
index c1ff3958681b..5ab89c2156f6 100644
--- a/editors/openoffice-3/Makefile
+++ b/editors/openoffice-3/Makefile
@@ -128,7 +128,7 @@ ANT_DISTFILE= apache-ant-${ANT_VERSION}-bin.tar.bz2
ANT_VERSION= 1.6.5
.endif
.if !defined(WITH_GPC)
-LIB_DEPENDS= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl2
+LIB_DEPENDS= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl
.endif
GNU_CONFIGURE= yes
diff --git a/editors/openoffice.org-1.1-devel/Makefile b/editors/openoffice.org-1.1-devel/Makefile
index eb4f87da4d06..e94c263d0bd3 100644
--- a/editors/openoffice.org-1.1-devel/Makefile
+++ b/editors/openoffice.org-1.1-devel/Makefile
@@ -129,7 +129,7 @@ BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \
#LIB_DEPENDS+= xslt.2:${PORTSDIR}/textproc/libxslt
#.endif
.if !defined(WITH_GPC)
-LIB_DEPENDS= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl2
+LIB_DEPENDS= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl
.endif
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}
diff --git a/editors/openoffice.org-1.1/Makefile b/editors/openoffice.org-1.1/Makefile
index 7ac32bdd8c38..516a9a7c0732 100644
--- a/editors/openoffice.org-1.1/Makefile
+++ b/editors/openoffice.org-1.1/Makefile
@@ -129,7 +129,7 @@ BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \
#LIB_DEPENDS+= xslt.2:${PORTSDIR}/textproc/libxslt
#.endif
.if !defined(WITH_GPC)
-LIB_DEPENDS= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl2
+LIB_DEPENDS= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl
.endif
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/OOo_${RELEASE_NR}
diff --git a/editors/openoffice.org-2-RC/Makefile b/editors/openoffice.org-2-RC/Makefile
index c1ff3958681b..5ab89c2156f6 100644
--- a/editors/openoffice.org-2-RC/Makefile
+++ b/editors/openoffice.org-2-RC/Makefile
@@ -128,7 +128,7 @@ ANT_DISTFILE= apache-ant-${ANT_VERSION}-bin.tar.bz2
ANT_VERSION= 1.6.5
.endif
.if !defined(WITH_GPC)
-LIB_DEPENDS= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl2
+LIB_DEPENDS= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl
.endif
GNU_CONFIGURE= yes
diff --git a/editors/openoffice.org-2-devel/Makefile b/editors/openoffice.org-2-devel/Makefile
index 2e115f45ad3c..23eadc09bb75 100644
--- a/editors/openoffice.org-2-devel/Makefile
+++ b/editors/openoffice.org-2-devel/Makefile
@@ -158,7 +158,7 @@ ANT_DISTFILE= apache-ant-${ANT_VERSION}-bin.tar.bz2
ANT_VERSION= 1.6.5
.endif
.if !defined(WITH_GPC)
-LIB_DEPENDS= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl2
+LIB_DEPENDS= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl
.endif
GNU_CONFIGURE= yes
diff --git a/editors/openoffice.org-2.0-devel/Makefile b/editors/openoffice.org-2.0-devel/Makefile
index 2e115f45ad3c..23eadc09bb75 100644
--- a/editors/openoffice.org-2.0-devel/Makefile
+++ b/editors/openoffice.org-2.0-devel/Makefile
@@ -158,7 +158,7 @@ ANT_DISTFILE= apache-ant-${ANT_VERSION}-bin.tar.bz2
ANT_VERSION= 1.6.5
.endif
.if !defined(WITH_GPC)
-LIB_DEPENDS= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl2
+LIB_DEPENDS= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl
.endif
GNU_CONFIGURE= yes
diff --git a/editors/openoffice.org-2.0/Makefile b/editors/openoffice.org-2.0/Makefile
index c1ff3958681b..5ab89c2156f6 100644
--- a/editors/openoffice.org-2.0/Makefile
+++ b/editors/openoffice.org-2.0/Makefile
@@ -128,7 +128,7 @@ ANT_DISTFILE= apache-ant-${ANT_VERSION}-bin.tar.bz2
ANT_VERSION= 1.6.5
.endif
.if !defined(WITH_GPC)
-LIB_DEPENDS= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl2
+LIB_DEPENDS= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl
.endif
GNU_CONFIGURE= yes
diff --git a/editors/openoffice.org-2/Makefile b/editors/openoffice.org-2/Makefile
index c1ff3958681b..5ab89c2156f6 100644
--- a/editors/openoffice.org-2/Makefile
+++ b/editors/openoffice.org-2/Makefile
@@ -128,7 +128,7 @@ ANT_DISTFILE= apache-ant-${ANT_VERSION}-bin.tar.bz2
ANT_VERSION= 1.6.5
.endif
.if !defined(WITH_GPC)
-LIB_DEPENDS= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl2
+LIB_DEPENDS= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl
.endif
GNU_CONFIGURE= yes
diff --git a/editors/openoffice.org-3-RC/Makefile b/editors/openoffice.org-3-RC/Makefile
index c1ff3958681b..5ab89c2156f6 100644
--- a/editors/openoffice.org-3-RC/Makefile
+++ b/editors/openoffice.org-3-RC/Makefile
@@ -128,7 +128,7 @@ ANT_DISTFILE= apache-ant-${ANT_VERSION}-bin.tar.bz2
ANT_VERSION= 1.6.5
.endif
.if !defined(WITH_GPC)
-LIB_DEPENDS= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl2
+LIB_DEPENDS= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl
.endif
GNU_CONFIGURE= yes
diff --git a/editors/openoffice.org-3-devel/Makefile b/editors/openoffice.org-3-devel/Makefile
index 2e115f45ad3c..23eadc09bb75 100644
--- a/editors/openoffice.org-3-devel/Makefile
+++ b/editors/openoffice.org-3-devel/Makefile
@@ -158,7 +158,7 @@ ANT_DISTFILE= apache-ant-${ANT_VERSION}-bin.tar.bz2
ANT_VERSION= 1.6.5
.endif
.if !defined(WITH_GPC)
-LIB_DEPENDS= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl2
+LIB_DEPENDS= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl
.endif
GNU_CONFIGURE= yes
diff --git a/editors/openoffice.org-3/Makefile b/editors/openoffice.org-3/Makefile
index c1ff3958681b..5ab89c2156f6 100644
--- a/editors/openoffice.org-3/Makefile
+++ b/editors/openoffice.org-3/Makefile
@@ -128,7 +128,7 @@ ANT_DISTFILE= apache-ant-${ANT_VERSION}-bin.tar.bz2
ANT_VERSION= 1.6.5
.endif
.if !defined(WITH_GPC)
-LIB_DEPENDS= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl2
+LIB_DEPENDS= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl
.endif
GNU_CONFIGURE= yes
diff --git a/editors/openoffice.org-vcltesttool/Makefile b/editors/openoffice.org-vcltesttool/Makefile
index 2e115f45ad3c..23eadc09bb75 100644
--- a/editors/openoffice.org-vcltesttool/Makefile
+++ b/editors/openoffice.org-vcltesttool/Makefile
@@ -158,7 +158,7 @@ ANT_DISTFILE= apache-ant-${ANT_VERSION}-bin.tar.bz2
ANT_VERSION= 1.6.5
.endif
.if !defined(WITH_GPC)
-LIB_DEPENDS= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl2
+LIB_DEPENDS= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl
.endif
GNU_CONFIGURE= yes
diff --git a/graphics/Makefile b/graphics/Makefile
index ba4eab5930ca..b2d005af71b7 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -302,7 +302,7 @@
SUBDIR += libGLU
SUBDIR += libafterimage
SUBDIR += libart
- SUBDIR += libart_lgpl2
+ SUBDIR += libart_lgpl
SUBDIR += libaux
SUBDIR += libcaca
SUBDIR += libdjvu++
diff --git a/graphics/kdegraphics3/Makefile b/graphics/kdegraphics3/Makefile
index 0379481a7c14..d7c80f4885da 100644
--- a/graphics/kdegraphics3/Makefile
+++ b/graphics/kdegraphics3/Makefile
@@ -17,7 +17,7 @@ MAINTAINER= kde@FreeBSD.org
COMMENT= Graphics utilities for the KDE3 integrated X11 desktop
BUILD_DEPENDS= kpsewhich:${PORTSDIR}/print/teTeX-base
-LIB_DEPENDS= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl2 \
+LIB_DEPENDS= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl \
fontconfig:${PORTSDIR}/x11-fonts/fontconfig \
freetype:${PORTSDIR}/print/freetype2 \
fribidi:${PORTSDIR}/converters/fribidi \
diff --git a/graphics/kdegraphics4/Makefile b/graphics/kdegraphics4/Makefile
index 0379481a7c14..d7c80f4885da 100644
--- a/graphics/kdegraphics4/Makefile
+++ b/graphics/kdegraphics4/Makefile
@@ -17,7 +17,7 @@ MAINTAINER= kde@FreeBSD.org
COMMENT= Graphics utilities for the KDE3 integrated X11 desktop
BUILD_DEPENDS= kpsewhich:${PORTSDIR}/print/teTeX-base
-LIB_DEPENDS= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl2 \
+LIB_DEPENDS= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl \
fontconfig:${PORTSDIR}/x11-fonts/fontconfig \
freetype:${PORTSDIR}/print/freetype2 \
fribidi:${PORTSDIR}/converters/fribidi \
diff --git a/graphics/libart/Makefile b/graphics/libart/Makefile
index 923c581f91f3..19711a565cab 100644
--- a/graphics/libart/Makefile
+++ b/graphics/libart/Makefile
@@ -18,6 +18,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}_lgpl-${PORTVERSION}
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
-CONFLICTS= libart_lgpl2-*
+CONFLICTS= libart_lgpl-*
.include <bsd.port.mk>
diff --git a/graphics/libart_lgpl/Makefile b/graphics/libart_lgpl/Makefile
index 94549e1e0c79..c96485da428b 100644
--- a/graphics/libart_lgpl/Makefile
+++ b/graphics/libart_lgpl/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
#
-PORTNAME= libart_lgpl2
+PORTNAME= libart_lgpl
PORTVERSION= 2.3.17
PORTREVISION= 1
CATEGORIES= graphics
diff --git a/graphics/libart_lgpl2/Makefile b/graphics/libart_lgpl2/Makefile
deleted file mode 100644
index 94549e1e0c79..000000000000
--- a/graphics/libart_lgpl2/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# New ports collection makefile for: libart_lgpl2
-# Date created: 8 July 2001
-# Whom: Hye-Shik Chang <perky@python.or.kr>
-#
-# $FreeBSD$
-#
-
-PORTNAME= libart_lgpl2
-PORTVERSION= 2.3.17
-PORTREVISION= 1
-CATEGORIES= graphics
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.3
-DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Library for high-performance 2D graphics
-
-USE_BZIP2= yes
-INSTALLS_SHLIB= yes
-USE_GNOME= gnomehack gnometarget pkgconfig
-GNU_CONFIGURE= yes
-
-CONFLICTS= libart-[0-9]*
-
-.include <bsd.port.mk>
diff --git a/graphics/libart_lgpl2/distinfo b/graphics/libart_lgpl2/distinfo
deleted file mode 100644
index afbdc7ddf9a6..000000000000
--- a/graphics/libart_lgpl2/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gnome2/libart_lgpl-2.3.17.tar.bz2) = dfca42529393c8a8f59dc4dc10675a46
-SHA256 (gnome2/libart_lgpl-2.3.17.tar.bz2) = 0c9a06d612cf2e527b96aeb129fe79db750ab93e13f215043d720bcde72b407e
-SIZE (gnome2/libart_lgpl-2.3.17.tar.bz2) = 289499
diff --git a/graphics/libart_lgpl2/pkg-descr b/graphics/libart_lgpl2/pkg-descr
deleted file mode 100644
index 8d677494f530..000000000000
--- a/graphics/libart_lgpl2/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-Libart is a library of functions for 2D graphics supporting
-a superset of the PostScript imaging model, designed to be
-integrated with graphics, artwork, and illustration programs.
-It is written in optimized C, and is fully compatible with
-C++. With a small footprint of 10,000 lines of code, it is
-especially suitable for embedded applications.
-
-WWW: http://www.levien.com/libart/
diff --git a/graphics/libart_lgpl2/pkg-plist b/graphics/libart_lgpl2/pkg-plist
deleted file mode 100644
index 431c481636c3..000000000000
--- a/graphics/libart_lgpl2/pkg-plist
+++ /dev/null
@@ -1,52 +0,0 @@
-bin/libart2-config
-include/libart-2.0/libart_lgpl/art_affine.h
-include/libart-2.0/libart_lgpl/art_alphagamma.h
-include/libart-2.0/libart_lgpl/art_bpath.h
-include/libart-2.0/libart_lgpl/art_config.h
-include/libart-2.0/libart_lgpl/art_filterlevel.h
-include/libart-2.0/libart_lgpl/art_gray_svp.h
-include/libart-2.0/libart_lgpl/art_misc.h
-include/libart-2.0/libart_lgpl/art_pathcode.h
-include/libart-2.0/libart_lgpl/art_pixbuf.h
-include/libart-2.0/libart_lgpl/art_point.h
-include/libart-2.0/libart_lgpl/art_rect.h
-include/libart-2.0/libart_lgpl/art_rect_svp.h
-include/libart-2.0/libart_lgpl/art_rect_uta.h
-include/libart-2.0/libart_lgpl/art_render.h
-include/libart-2.0/libart_lgpl/art_render_gradient.h
-include/libart-2.0/libart_lgpl/art_render_mask.h
-include/libart-2.0/libart_lgpl/art_render_svp.h
-include/libart-2.0/libart_lgpl/art_rgb.h
-include/libart-2.0/libart_lgpl/art_rgb_a_affine.h
-include/libart-2.0/libart_lgpl/art_rgb_affine.h
-include/libart-2.0/libart_lgpl/art_rgb_bitmap_affine.h
-include/libart-2.0/libart_lgpl/art_rgb_pixbuf_affine.h
-include/libart-2.0/libart_lgpl/art_rgb_rgba_affine.h
-include/libart-2.0/libart_lgpl/art_rgb_svp.h
-include/libart-2.0/libart_lgpl/art_rgba.h
-include/libart-2.0/libart_lgpl/art_svp.h
-include/libart-2.0/libart_lgpl/art_svp_intersect.h
-include/libart-2.0/libart_lgpl/art_svp_ops.h
-include/libart-2.0/libart_lgpl/art_svp_point.h
-include/libart-2.0/libart_lgpl/art_svp_render_aa.h
-include/libart-2.0/libart_lgpl/art_svp_vpath.h
-include/libart-2.0/libart_lgpl/art_svp_vpath_stroke.h
-include/libart-2.0/libart_lgpl/art_svp_wind.h
-include/libart-2.0/libart_lgpl/art_uta.h
-include/libart-2.0/libart_lgpl/art_uta_ops.h
-include/libart-2.0/libart_lgpl/art_uta_rect.h
-include/libart-2.0/libart_lgpl/art_uta_svp.h
-include/libart-2.0/libart_lgpl/art_uta_vpath.h
-include/libart-2.0/libart_lgpl/art_vpath.h
-include/libart-2.0/libart_lgpl/art_vpath_bpath.h
-include/libart-2.0/libart_lgpl/art_vpath_dash.h
-include/libart-2.0/libart_lgpl/art_vpath_svp.h
-include/libart-2.0/libart_lgpl/libart-features.h
-include/libart-2.0/libart_lgpl/libart.h
-lib/libart_lgpl_2.a
-lib/libart_lgpl_2.la
-lib/libart_lgpl_2.so
-lib/libart_lgpl_2.so.5
-libdata/pkgconfig/libart-2.0.pc
-@dirrm include/libart-2.0/libart_lgpl
-@dirrm include/libart-2.0
diff --git a/java/sablevm/Makefile b/java/sablevm/Makefile
index 282c680d2740..385d8add5f2e 100644
--- a/java/sablevm/Makefile
+++ b/java/sablevm/Makefile
@@ -21,7 +21,7 @@ BUILD_DEPENDS= jikes:${PORTSDIR}/java/jikes
LIB_DEPENDS= popt:${PORTSDIR}/devel/popt \
ffi:${PORTSDIR}/devel/libffi \
gtk-x11-2.0:${PORTSDIR}/x11-toolkits/gtk20 \
- art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl2
+ art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl
USE_AUTOTOOLS= autoconf:259 libltdl:15 libtool:15
#GNU_CONFIGURE= yes
diff --git a/net/rrdtool/Makefile b/net/rrdtool/Makefile
index 2d880335ee32..1a812652c004 100644
--- a/net/rrdtool/Makefile
+++ b/net/rrdtool/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= demon@FreeBSD.org
COMMENT= Round Robin Database Tools
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \
- art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl2 \
+ art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl \
png.5:${PORTSDIR}/graphics/png
USE_PERL5= yes
diff --git a/x11-toolkits/gnustep-back/Makefile b/x11-toolkits/gnustep-back/Makefile
index 9ddeff69da8a..14c09f0291ce 100644
--- a/x11-toolkits/gnustep-back/Makefile
+++ b/x11-toolkits/gnustep-back/Makefile
@@ -50,7 +50,7 @@ PLIST_SUB+= USE_XLIB="@comment "
BACK_SUFFIX?= -xdps
CONFLICTS?= gunstep-back-0.* gunstep-back-art-0.* gunstep-back-cairo-0.*
.elif defined(WITH_GNUSTEP_LIBART)
-LIB_DEPENDS+= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl2
+LIB_DEPENDS+= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl
CONFIGURE_ARGS+= --enable-graphics=art --with-name=art
CONFIGURE_ARGS+= --disable-glitz
PLIST_SUB+= BACK=art-${BACKVERSION}
@@ -59,7 +59,7 @@ BACK_SUFFIX?= -art
CONFLICTS?= gunstep-back-0.* gunstep-back-xdps-0.* gunstep-back-cairo-0.*
.elif defined(WITH_GNUSTEP_CAIRO)
CFLAGS+= -I${LOCALBASE}/include/freetype2
-LIB_DEPENDS+= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl2
+LIB_DEPENDS+= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl
LIB_DEPENDS+= glitz-glx.1:${PORTSDIR}/graphics/glitz
LIB_DEPENDS+= cairo.2:${PORTSDIR}/graphics/cairo
CONFIGURE_ARGS+= --enable-graphics=cairo --with-name=cairo
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile
index 40fab0c44303..18c4090d2530 100644
--- a/x11/kdelibs3/Makefile
+++ b/x11/kdelibs3/Makefile
@@ -21,7 +21,7 @@ COMMENT= Base set of libraries needed by KDE programs
DEPENDS= ${PORTSDIR}/misc/kdehier
BUILD_DEPENDS= mkfontdir:${X_CLIENTS_PORT}
LIB_DEPENDS= IlmImf:${PORTSDIR}/graphics/OpenEXR \
- art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl2 \
+ art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl \
artsc.0:${PORTSDIR}/audio/arts \
aspell:${PORTSDIR}/textproc/aspell \
dns_sd:${PORTSDIR}/net/mDNSResponder \
diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile
index 40fab0c44303..18c4090d2530 100644
--- a/x11/kdelibs4/Makefile
+++ b/x11/kdelibs4/Makefile
@@ -21,7 +21,7 @@ COMMENT= Base set of libraries needed by KDE programs
DEPENDS= ${PORTSDIR}/misc/kdehier
BUILD_DEPENDS= mkfontdir:${X_CLIENTS_PORT}
LIB_DEPENDS= IlmImf:${PORTSDIR}/graphics/OpenEXR \
- art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl2 \
+ art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl \
artsc.0:${PORTSDIR}/audio/arts \
aspell:${PORTSDIR}/textproc/aspell \
dns_sd:${PORTSDIR}/net/mDNSResponder \