diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-03-15 16:17:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-03-15 16:17:55 +0000 |
commit | 45750fa86c9f4ca6d6b844e600a552f6c52f4ea6 (patch) | |
tree | 5a95a9de990c6747cfdc53b875eeecdaff592233 /x11 | |
parent | 4cc893b37b7d3c8b5aa5b340ecb207de7c228ae1 (diff) |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libgnomekbd/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/libgnomekbd/Makefile b/x11/libgnomekbd/Makefile index a2944f4556dd..f0acd2be5993 100644 --- a/x11/libgnomekbd/Makefile +++ b/x11/libgnomekbd/Makefile @@ -14,19 +14,17 @@ COMMENT= GNOME keyboard shared library LIB_DEPENDS= xklavier.12:${PORTSDIR}/x11/libxklavier -USE_BZIP2= yes USE_GNOME= gnomeprefix gnomehack ltverhack gconf2 USE_AUTOTOOLS= libtool INSTALLS_ICONS= yes -USES= gettext pkgconfig +USES= gettext pkgconfig gmake tar:bzip2 USE_LDCONFIG= yes -USE_GMAKE= yes + CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= desktop_gnome_peripherals_keyboard_xkb.schemas -NO_STAGE= yes #post-patch: # @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ # 's|-Werror||g' |