diff options
Diffstat (limited to 'x11-toolkits/gtk-sharp/Makefile')
-rw-r--r-- | x11-toolkits/gtk-sharp/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-toolkits/gtk-sharp/Makefile b/x11-toolkits/gtk-sharp/Makefile index b950652ff13c..fd3d07bbd24d 100644 --- a/x11-toolkits/gtk-sharp/Makefile +++ b/x11-toolkits/gtk-sharp/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gtk-sharp -PORTVERSION= 0.14 -PORTREVISION= 1 +PORTVERSION= 0.17 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gtk-sharp @@ -23,7 +22,7 @@ USE_LIBTOOL_VER=13 USE_REINPLACE= yes INSTALLS_SHLIB= yes USE_GMAKE= yes -USE_GNOME= gnomehack libgda2 libgnomeui libgnomedb libgtkhtml +USE_GNOME= gnomehack libgda2 libgnomeui libgnomedb libgtkhtml vte post-patch: @${REINPLACE_CMD} -e 's|lib/pkgconfig|libdata/pkgconfig|g' \ |