diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-11-27 01:01:38 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-11-27 01:01:38 +0800 |
commit | 95a43d8ab603514d0a3a319024e9ecee9978a73e (patch) | |
tree | 4d0d0356bc742501e624289b948bed5434c83152 /graphics | |
parent | 8cb71c0efba33c051577fc919560721d601841a0 (diff) | |
download | freebsd-ports-gnome-95a43d8ab603514d0a3a319024e9ecee9978a73e.tar.gz freebsd-ports-gnome-95a43d8ab603514d0a3a319024e9ecee9978a73e.tar.zst freebsd-ports-gnome-95a43d8ab603514d0a3a319024e9ecee9978a73e.zip |
Add missed popt into LIB_DEPENDS.
Submitted by: bento
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/librsvg/Makefile | 3 | ||||
-rw-r--r-- | graphics/librsvg2/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/graphics/librsvg/Makefile b/graphics/librsvg/Makefile index d525020390cd..701c2e88f32a 100644 --- a/graphics/librsvg/Makefile +++ b/graphics/librsvg/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 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 |