diff options
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gdl/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/gtk30/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/gtksourceview3/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/libwnck/Makefile | 9 | ||||
-rw-r--r-- | x11-toolkits/libwnck/pkg-plist | 1 | ||||
-rw-r--r-- | x11-toolkits/pango/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/vte3/Makefile | 2 |
7 files changed, 11 insertions, 9 deletions
diff --git a/x11-toolkits/gdl/Makefile b/x11-toolkits/gdl/Makefile index 6b5b5b9d0..eae5e629c 100644 --- a/x11-toolkits/gdl/Makefile +++ b/x11-toolkits/gdl/Makefile @@ -16,7 +16,7 @@ LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING USE_GNOME= gnomeprefix gtk30 intltool -USES= gettext gmake libtool pathfix pkgconfig tar:xz +USES= gettext gmake libtool:keepla pathfix pkgconfig tar:xz GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index 3e4de83cd..92929d708 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -34,7 +34,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GNOME= atk gdkpixbuf2 gtk-update-icon-cache \ introspection:build pango -USES+= gettext gmake libtool pathfix perl5 pkgconfig +USES+= gettext gmake libtool:keepla pathfix perl5 pkgconfig USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \ xcomposite CONFIGURE_ARGS= --enable-gtk2-dependency --disable-packagekit \ diff --git a/x11-toolkits/gtksourceview3/Makefile b/x11-toolkits/gtksourceview3/Makefile index e007c12cf..3e3f57dd1 100644 --- a/x11-toolkits/gtksourceview3/Makefile +++ b/x11-toolkits/gtksourceview3/Makefile @@ -14,7 +14,7 @@ COMMENT= Text widget that adds syntax highlighting to the GtkTextView widget .if !defined(REFERENCE_PORT) -USES+= gettext gmake libtool pathfix pkgconfig tar:xz +USES+= gettext gmake libtool:keepla pathfix pkgconfig tar:xz USE_GNOME= gnomeprefix gtk30 intlhack introspection:build \ libxml2 ltverhack referencehack GNU_CONFIGURE= yes diff --git a/x11-toolkits/libwnck/Makefile b/x11-toolkits/libwnck/Makefile index 4c46aa6f6..85ac0dec1 100644 --- a/x11-toolkits/libwnck/Makefile +++ b/x11-toolkits/libwnck/Makefile @@ -12,20 +12,21 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Library used for writing pagers and taskslists -USE_XZ= yes +USES= tar:xz .if !defined(REFERENCE_PORT) LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification USE_XORG= xres x11 -USE_GNOME= gtk20 ltverhack referencehack intlhack introspection -USES= bison gettext gmake pathfix pkgconfig +USE_GNOME= gtk20 referencehack intlhack introspection +USES+= bison gettext gmake libtool:keepla pathfix pkgconfig USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip .include <bsd.port.mk> diff --git a/x11-toolkits/libwnck/pkg-plist b/x11-toolkits/libwnck/pkg-plist index 6e8a07f1d..f883b8733 100644 --- a/x11-toolkits/libwnck/pkg-plist +++ b/x11-toolkits/libwnck/pkg-plist @@ -16,6 +16,7 @@ lib/libwnck-1.a lib/libwnck-1.la lib/libwnck-1.so lib/libwnck-1.so.22 +lib/libwnck-1.so.22.3.31 libdata/pkgconfig/libwnck-1.0.pc lib/girepository-1.0/Wnck-1.0.typelib share/locale/am/LC_MESSAGES/libwnck.mo diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile index 53643ecfb..f31de58d8 100644 --- a/x11-toolkits/pango/Makefile +++ b/x11-toolkits/pango/Makefile @@ -24,7 +24,7 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ RUN_DEPENDS= ${FONTSCALE}:${PORTSDIR}/x11-fonts/xorg-fonts-truetype \ ${FONTENCOD}:${PORTSDIR}/x11-fonts/encodings -USES+= gettext gmake libtool pathfix pkgconfig +USES+= gettext gmake libtool:keepla pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GNOME= cairo glib20 introspection:build referencehack diff --git a/x11-toolkits/vte3/Makefile b/x11-toolkits/vte3/Makefile index bf50775bd..f1e1c42b9 100644 --- a/x11-toolkits/vte3/Makefile +++ b/x11-toolkits/vte3/Makefile @@ -23,7 +23,7 @@ VTE3_SLAVE?= no RUN_DEPENDS+= ${LOCALBASE}/libexec/gnome-pty-helper:${PORTSDIR}/x11-toolkits/gnome-pty-helper .endif -USES+= bison gettext gmake libtool pathfix pkgconfig +USES+= bison gettext gmake libtool:keepla pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GNOME?= gnomeprefix gtk30 referencehack introspection:build |