diff options
author | marcus <marcus@FreeBSD.org> | 2002-10-26 12:14:58 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-10-26 12:14:58 +0800 |
commit | 5dda5ff48c76c8f409c312f9d11b69472d1133af (patch) | |
tree | 82e122218d0505a62007fcee5e441e4d4ba85a3d /graphics/gimp-devel | |
parent | 9bbdd7f16a0929c099141208b641537d85d3a5b0 (diff) | |
download | freebsd-ports-graphics-5dda5ff48c76c8f409c312f9d11b69472d1133af.tar.gz freebsd-ports-graphics-5dda5ff48c76c8f409c312f9d11b69472d1133af.tar.zst freebsd-ports-graphics-5dda5ff48c76c8f409c312f9d11b69472d1133af.zip |
Add missing dependency on libart_lgpl2.
Submitted by: bento
Diffstat (limited to 'graphics/gimp-devel')
-rw-r--r-- | graphics/gimp-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/gimp-devel/Makefile b/graphics/gimp-devel/Makefile index 3284febc19d..c5c3eaa909a 100644 --- a/graphics/gimp-devel/Makefile +++ b/graphics/gimp-devel/Makefile @@ -23,6 +23,7 @@ MAINTAINER= gnome@FreeBSD.org LIB_DEPENDS= gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 \ gimpprint.1:${PORTSDIR}/print/gimp-print \ + art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl2 \ aa.1:${PORTSDIR}/graphics/aalib \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ |