diff options
author | olivierd <olivierd@FreeBSD.org> | 2013-05-18 14:38:20 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2013-05-18 14:38:20 +0800 |
commit | cb7b632bee046339ed52e6cd70fe5b32e8c49658 (patch) | |
tree | 84a9d2c6c8eaa561d2cf1e4464830b5c2e9849db | |
parent | 172104e2255d717d6c489fa4ca1dff8dc0185a4f (diff) | |
download | freebsd-ports-gnome-cb7b632bee046339ed52e6cd70fe5b32e8c49658.tar.gz freebsd-ports-gnome-cb7b632bee046339ed52e6cd70fe5b32e8c49658.tar.zst freebsd-ports-gnome-cb7b632bee046339ed52e6cd70fe5b32e8c49658.zip |
- Add mirror, because kaizer.se is not pingable
While I'm here,
- Replace gnomehack by pathfix
Reported by: pointyhat (erwin)
-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 |