aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-11-27 01:01:38 +0800
committersobomax <sobomax@FreeBSD.org>2001-11-27 01:01:38 +0800
commit95a43d8ab603514d0a3a319024e9ecee9978a73e (patch)
tree4d0d0356bc742501e624289b948bed5434c83152 /graphics
parent8cb71c0efba33c051577fc919560721d601841a0 (diff)
downloadfreebsd-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/Makefile3
-rw-r--r--graphics/librsvg2/Makefile3
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