diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2007-08-12 12:42:55 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2007-08-12 12:42:55 +0000 |
commit | c9c9fee310ed590d02b47d632b36a94cf23ad045 (patch) | |
tree | aec13b85c74407cc7d79cdc1d03301b7f785824d | |
parent | Update to 3.4.4. (diff) |
- Lib updated FOX16.
- Bump PORTREVISION.
Approved by: stas (mentor)
-rw-r--r-- | games/fxsudoku/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/fxscintilla/Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/games/fxsudoku/Makefile b/games/fxsudoku/Makefile index 7eb8d2999534..6889a2a7aff1 100644 --- a/games/fxsudoku/Makefile +++ b/games/fxsudoku/Makefile @@ -7,14 +7,14 @@ PORTNAME= fxsudoku PORTVERSION= 0.5.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= http://www.fifthplanet.net/files/ MAINTAINER= edwin@mavetju.org COMMENT= An implementation of the Sudoku game -LIB_DEPENDS= FOX-1.6.26:${PORTSDIR}/x11-toolkits/fox16 +LIB_DEPENDS= FOX-1.6:${PORTSDIR}/x11-toolkits/fox16 USE_BZIP2= yes USE_GMAKE= yes diff --git a/x11-toolkits/fxscintilla/Makefile b/x11-toolkits/fxscintilla/Makefile index 021901bc453c..49c878461684 100644 --- a/x11-toolkits/fxscintilla/Makefile +++ b/x11-toolkits/fxscintilla/Makefile @@ -7,7 +7,7 @@ PORTNAME= fxscintilla PORTVERSION= 1.71 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} |