aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-03-16 00:17:55 +0800
committermiwi <miwi@FreeBSD.org>2014-03-16 00:17:55 +0800
commitf47211bff1f496a480b37bfd8148018134f48025 (patch)
tree5a95a9de990c6747cfdc53b875eeecdaff592233 /x11
parent62cd3cb91964821d430af97f54daf90aa4af114d (diff)
downloadfreebsd-ports-gnome-f47211bff1f496a480b37bfd8148018134f48025.tar.gz
freebsd-ports-gnome-f47211bff1f496a480b37bfd8148018134f48025.tar.zst
freebsd-ports-gnome-f47211bff1f496a480b37bfd8148018134f48025.zip
- Convert USE_BZIP/GMAKE to USES
- While here add stage support
Diffstat (limited to 'x11')
-rw-r--r--x11/libgnomekbd/Makefile6
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'