diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-04-28 19:41:58 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-04-28 19:41:58 +0800 |
commit | 4fbb0b8820149328079cb4bf9499ac01e599bb6f (patch) | |
tree | 41534fb78d6a5e70eeff2a700a2ded126949f7e2 /x11/libgnomekbd/Makefile | |
parent | 7b5648791d7f129700e95fab67f34ea52b5044ed (diff) | |
download | marcuscom-ports-4fbb0b8820149328079cb4bf9499ac01e599bb6f.tar marcuscom-ports-4fbb0b8820149328079cb4bf9499ac01e599bb6f.tar.gz marcuscom-ports-4fbb0b8820149328079cb4bf9499ac01e599bb6f.tar.bz2 marcuscom-ports-4fbb0b8820149328079cb4bf9499ac01e599bb6f.tar.lz marcuscom-ports-4fbb0b8820149328079cb4bf9499ac01e599bb6f.tar.xz marcuscom-ports-4fbb0b8820149328079cb4bf9499ac01e599bb6f.tar.zst marcuscom-ports-4fbb0b8820149328079cb4bf9499ac01e599bb6f.zip |
Remove ltverhack all around the place. Add USES=libtool:keepla as needed.
x11-toolkits/gtkmm30 changed the lib version, so bumpd the version of gtkm30 and
the users of that port (gnote, clutermm and gnome-system-monitor).
While here remove ${STRIP_CMD}
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19593 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/libgnomekbd/Makefile')
-rw-r--r-- | x11/libgnomekbd/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/x11/libgnomekbd/Makefile b/x11/libgnomekbd/Makefile index 24024b023..98da6aa8d 100644 --- a/x11/libgnomekbd/Makefile +++ b/x11/libgnomekbd/Makefile @@ -1,6 +1,6 @@ # Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/x11/libgnomekbd3/Makefile 18610 2013-06-30 16:33:05Z marcus $ +# $MCom$ PORTNAME= libgnomekbd PORTVERSION= 3.6.0 @@ -14,13 +14,12 @@ COMMENT= GNOME keyboard shared library BUILD_DEPENDS= libxklavier>=5.2:${PORTSDIR}/x11/libxklavier LIB_DEPENDS= libxklavier.so:${PORTSDIR}/x11/libxklavier -USE_XZ= yes +USES= gettext gmake libtool:keepla pathfix pkgconfig tar:xz USE_GNOME= gnomeprefix gtk30 intltool introspection:build \ - ltverhack libxml2 + libxml2 GNU_CONFIGURE= yes USE_XORG= ice INSTALLS_ICONS= yes -USES= gettext gmake pathfix pkgconfig USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -29,7 +28,4 @@ GLIB_SCHEMAS= org.gnome.libgnomekbd.desktop.gschema.xml \ org.gnome.libgnomekbd.gschema.xml \ org.gnome.libgnomekbd.keyboard.gschema.xml -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgnomekbd*.so.8 - .include <bsd.port.mk> |