diff options
author | miwi <miwi@FreeBSD.org> | 2014-03-16 00:17:55 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-03-16 00:17:55 +0800 |
commit | f47211bff1f496a480b37bfd8148018134f48025 (patch) | |
tree | 5a95a9de990c6747cfdc53b875eeecdaff592233 /x11 | |
parent | 62cd3cb91964821d430af97f54daf90aa4af114d (diff) | |
download | freebsd-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/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' |