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 /games | |
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 'games')
-rw-r--r-- | games/gnome-games/Makefile | 2 | ||||
-rw-r--r-- | games/gnurobots/Makefile | 2 | ||||
-rw-r--r-- | games/trackballs/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index e653c345b95e..50e1d6f8df48 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -4,7 +4,7 @@ PORTNAME= gnome-games PORTVERSION= 2.32.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/games/gnurobots/Makefile b/games/gnurobots/Makefile index d84b3832e886..2c4ac64472bf 100644 --- a/games/gnurobots/Makefile +++ b/games/gnurobots/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnurobots PORTVERSION= 1.2.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= games MASTER_SITES= GNU \ SF/nemysisfreebsdp/${CATEGORIES}/:icons diff --git a/games/trackballs/Makefile b/games/trackballs/Makefile index 1042c9df03b0..cbad97e8f120 100644 --- a/games/trackballs/Makefile +++ b/games/trackballs/Makefile @@ -3,7 +3,7 @@ PORTNAME= trackballs PORTVERSION= 1.1.4 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= games MASTER_SITES= SF \ SF/${PORTNAME}/music/1.4/:music |