diff options
Diffstat (limited to 'x11-toolkits/c++-gtk-utils/Makefile')
-rw-r--r-- | x11-toolkits/c++-gtk-utils/Makefile | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/x11-toolkits/c++-gtk-utils/Makefile b/x11-toolkits/c++-gtk-utils/Makefile index 97cd24d5910e..dbb0b17074cc 100644 --- a/x11-toolkits/c++-gtk-utils/Makefile +++ b/x11-toolkits/c++-gtk-utils/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= c++-gtk-utils -PORTVERSION= 2.0.15 +PORTVERSION= 2.0.16 CATEGORIES= x11-toolkits MASTER_SITES= SF/cxx-gtk-utils/cxx-gtk-utils/${PORTVERSION}/ DISTNAME= c%2B%2B-gtk-utils-${PORTVERSION} @@ -12,24 +12,11 @@ COMMENT= Lightweight library for programming GTK+ programs LICENSE= LGPL21 -LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ - pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ - pcre:${PORTSDIR}/devel/pcre \ - cairo:${PORTSDIR}/graphics/cairo \ - png15:${PORTSDIR}/graphics/png \ - freetype:${PORTSDIR}/print/freetype2 \ - expat:${PORTSDIR}/textproc/expat2 \ - fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ - xcb:${PORTSDIR}/x11/libxcb - GNU_CONFIGURE= yes -USE_GETTEXT= yes -USE_ICONV= yes USE_GCC= 4.4+ USE_PKGCONFIG= build -USE_GNOME= gdkpixbuf2 gtk20 gnomehack -USE_XORG= pixman x11 xau xcomposite xcursor xdamage xdmcp xext xfixes \ - xi xinerama xrandr xrender +USES= pathfix +USE_GNOME= gtk20 USE_LDCONFIG= yes CONFIGURE_SCRIPT= configure-gtk2 |