diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-11-26 17:01:38 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-11-26 17:01:38 +0000 |
commit | 150f2c8e6bfb96e88136fadc044e060870543ae9 (patch) | |
tree | d5527c330da79ef24ec96869343aa5f46f7a151a /graphics/librsvg2 | |
parent | 07ef3ab98b158b2b0475470eee44df63e68ddfb1 (diff) |
Add missed popt into LIB_DEPENDS.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=50577
Diffstat (limited to 'graphics/librsvg2')
-rw-r--r-- | graphics/librsvg2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile index d525020390cd..701c2e88f32a 100644 --- a/graphics/librsvg2/Makefile +++ b/graphics/librsvg2/Makefile @@ -16,7 +16,8 @@ MAINTAINER= gnome@FreeBSD.org BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 # XXX LIB_DEPENDS= freetype.7:${PORTSDIR}/print/freetype2 \ gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \ - xml.5:${PORTSDIR}/textproc/libxml + xml.5:${PORTSDIR}/textproc/libxml \ + popt.0:${PORTSDIR}/devel/popt USE_GMAKE= yes USE_X_PREFIX= yes |