svn commit: r318413 - head/x11/keybinder
Olivier Duchateau
olivierd at FreeBSD.org
Sat May 18 06:38:21 UTC 2013
Author: olivierd
Date: Sat May 18 06:38:20 2013
New Revision: 318413
URL: http://svnweb.freebsd.org/changeset/ports/318413
Log:
- Add mirror, because kaizer.se is not pingable
While I'm here,
- Replace gnomehack by pathfix
Reported by: pointyhat (erwin)
Modified:
head/x11/keybinder/Makefile
Modified: head/x11/keybinder/Makefile
==============================================================================
--- head/x11/keybinder/Makefile Fri May 17 23:49:02 2013 (r318412)
+++ head/x11/keybinder/Makefile Sat May 18 06:38:20 2013 (r318413)
@@ -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 at 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
More information about the svn-ports-head
mailing list