diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-31 15:17:49 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-31 15:17:49 +0000 |
commit | aafc6248a12ec08647ae9c76ae7bca54f0a8cdea (patch) | |
tree | 446fd758a054530714b933987e16a2c03140e3d4 /games | |
parent | 56e597c8fe550326ab25811719e5781e68232026 (diff) | |
download | freebsd-ports-aafc6248a12ec08647ae9c76ae7bca54f0a8cdea.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 |