diff options
author | tijl <tijl@FreeBSD.org> | 2014-08-31 23:17:49 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-08-31 23:17:49 +0800 |
commit | a6eb849612c86824157936cb8c693fbeb0151d70 (patch) | |
tree | 446fd758a054530714b933987e16a2c03140e3d4 /x11 | |
parent | 3ae4f6e2d253dff916c3faec95dd8f858c144173 (diff) | |
download | freebsd-ports-gnome-a6eb849612c86824157936cb8c693fbeb0151d70.tar.gz freebsd-ports-gnome-a6eb849612c86824157936cb8c693fbeb0151d70.tar.zst freebsd-ports-gnome-a6eb849612c86824157936cb8c693fbeb0151d70.zip |
lang/guile:
- Add USES=libtool and bump dependent ports
- Replace Makefile.* patches with USES=pathfix
- Replace config.h.in patch with USE_AUTOTOOLS=autoheader
- Avoid automake by touching Makefile.in
Approved by: portmgr (implicit, bump unstaged port)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xbindkeys/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/xbindkeys/Makefile b/x11/xbindkeys/Makefile index 41f5a7200a16..cb597f67ed6a 100644 --- a/x11/xbindkeys/Makefile +++ b/x11/xbindkeys/Makefile @@ -3,6 +3,7 @@ PORTNAME= xbindkeys PORTVERSION= 1.8.6 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://www.nongnu.org/xbindkeys/ |