diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2009-01-23 16:28:36 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2009-01-23 16:28:36 +0000 |
commit | 340b57f8beb786be8990652b17d2e45f182346e6 (patch) | |
tree | c3e6d8718763fb6c4df9ddb40d2544e7ceccaccd /games/xbomb | |
parent | 66a81c62b92aa3373e54dc3b68238b43561f244f (diff) | |
download | ports-340b57f8beb786be8990652b17d2e45f182346e6.tar.gz ports-340b57f8beb786be8990652b17d2e45f182346e6.zip |
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
Notes
Notes:
svn path=/head/; revision=226727
Diffstat (limited to 'games/xbomb')
-rw-r--r-- | games/xbomb/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/xbomb/Makefile b/games/xbomb/Makefile index 0d6259197100..92834a2f58a7 100644 --- a/games/xbomb/Makefile +++ b/games/xbomb/Makefile @@ -7,6 +7,7 @@ PORTNAME= xbomb PORTVERSION= 2.2 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://www.gedanken.demon.co.uk/download-xbomb/ EXTRACT_SUFX= .tgz @@ -14,7 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Minesweeper with a couple of grid types -USE_XORG= xaw +USE_XORG= xaw7 MAN6= xbomb.6 PLIST_FILES= bin/xbomb \ @@ -26,8 +27,8 @@ PLIST_DIRS= lib/X11/xbomb do-build: cd ${BUILD_WRKSRC} && ${CC} ${CFLAGS} -DLOCALBASE=\"${LOCALBASE}\" \ - `pkg-config --cflags xaw8` *.c -o xbomb \ - `pkg-config --libs xaw8` + `pkg-config --cflags xaw7` *.c -o xbomb \ + `pkg-config --libs xaw7` do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xbomb ${PREFIX}/bin/xbomb |