diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/keybinder/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/keybinder/Makefile b/x11/keybinder/Makefile index 584fb2d3df4d..45ff95d8add9 100644 --- a/x11/keybinder/Makefile +++ b/x11/keybinder/Makefile @@ -5,7 +5,7 @@ PORTNAME= keybinder PORTVERSION= 0.3.0 PORTREVISION= 1 CATEGORIES= x11 -MASTER_SITES= http://kaizer.se/publicfiles/${PORTNAME}/ +MASTER_SITES= GENTOO/distfiles MAINTAINER= olivierd@FreeBSD.org COMMENT= Library for registering keyboard shortcuts @@ -16,9 +16,9 @@ LICENSE= GPLv2 GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GNOME= gnomehack gtk20 +USE_GNOME= gtk20 USE_XORG= x11 xext xrender -USES= pkgconfig +USES= pkgconfig pathfix USE_LDCONFIG= yes OPTIONS_DEFINE= PYTHON LUA |