diff options
author | marcus <marcus@FreeBSD.org> | 2004-04-22 10:26:22 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-04-22 10:26:22 +0800 |
commit | e79fe6a5fbc537bf6acfd266a09cf3259cb8b009 (patch) | |
tree | 621576f1949b940b8032877c429223c571754957 /x11-toolkits | |
parent | dd0956690a1f68a6e282292fadf6983315742d46 (diff) | |
download | freebsd-ports-gnome-e79fe6a5fbc537bf6acfd266a09cf3259cb8b009.tar.gz freebsd-ports-gnome-e79fe6a5fbc537bf6acfd266a09cf3259cb8b009.tar.zst freebsd-ports-gnome-e79fe6a5fbc537bf6acfd266a09cf3259cb8b009.zip |
Add a missing dependency on librsvg2 to fix the package build on 4.X.
Reported by: bento
Approved by: portmgr (implicit)
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtk-sharp-devel/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/gtk-sharp/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/gtk-sharp10/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/gtk-sharp20/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/x11-toolkits/gtk-sharp-devel/Makefile b/x11-toolkits/gtk-sharp-devel/Makefile index b5b9f540dbdd..1d3155623185 100644 --- a/x11-toolkits/gtk-sharp-devel/Makefile +++ b/x11-toolkits/gtk-sharp-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtk-sharp PORTVERSION= 0.17 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gtk-sharp @@ -23,7 +23,7 @@ USE_LIBTOOL_VER=13 USE_REINPLACE= yes INSTALLS_SHLIB= yes USE_GMAKE= yes -USE_GNOME= gnomehack libgnomedb gtkhtml3 vte +USE_GNOME= gnomehack libgnomedb gtkhtml3 vte librsvg2 post-patch: @${REINPLACE_CMD} -e 's|lib/pkgconfig|libdata/pkgconfig|g' \ diff --git a/x11-toolkits/gtk-sharp/Makefile b/x11-toolkits/gtk-sharp/Makefile index b5b9f540dbdd..1d3155623185 100644 --- a/x11-toolkits/gtk-sharp/Makefile +++ b/x11-toolkits/gtk-sharp/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtk-sharp PORTVERSION= 0.17 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gtk-sharp @@ -23,7 +23,7 @@ USE_LIBTOOL_VER=13 USE_REINPLACE= yes INSTALLS_SHLIB= yes USE_GMAKE= yes -USE_GNOME= gnomehack libgnomedb gtkhtml3 vte +USE_GNOME= gnomehack libgnomedb gtkhtml3 vte librsvg2 post-patch: @${REINPLACE_CMD} -e 's|lib/pkgconfig|libdata/pkgconfig|g' \ diff --git a/x11-toolkits/gtk-sharp10/Makefile b/x11-toolkits/gtk-sharp10/Makefile index b5b9f540dbdd..1d3155623185 100644 --- a/x11-toolkits/gtk-sharp10/Makefile +++ b/x11-toolkits/gtk-sharp10/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtk-sharp PORTVERSION= 0.17 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gtk-sharp @@ -23,7 +23,7 @@ USE_LIBTOOL_VER=13 USE_REINPLACE= yes INSTALLS_SHLIB= yes USE_GMAKE= yes -USE_GNOME= gnomehack libgnomedb gtkhtml3 vte +USE_GNOME= gnomehack libgnomedb gtkhtml3 vte librsvg2 post-patch: @${REINPLACE_CMD} -e 's|lib/pkgconfig|libdata/pkgconfig|g' \ diff --git a/x11-toolkits/gtk-sharp20/Makefile b/x11-toolkits/gtk-sharp20/Makefile index b5b9f540dbdd..1d3155623185 100644 --- a/x11-toolkits/gtk-sharp20/Makefile +++ b/x11-toolkits/gtk-sharp20/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtk-sharp PORTVERSION= 0.17 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gtk-sharp @@ -23,7 +23,7 @@ USE_LIBTOOL_VER=13 USE_REINPLACE= yes INSTALLS_SHLIB= yes USE_GMAKE= yes -USE_GNOME= gnomehack libgnomedb gtkhtml3 vte +USE_GNOME= gnomehack libgnomedb gtkhtml3 vte librsvg2 post-patch: @${REINPLACE_CMD} -e 's|lib/pkgconfig|libdata/pkgconfig|g' \ |