diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2009-02-14 23:01:24 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2009-02-14 23:01:24 +0000 |
commit | 9e273df185a41edb7f6b19ef74bf4a4956051615 (patch) | |
tree | 6dc964b132889ce623a177839383855138f486e6 /games | |
parent | 2d8b5de9c8741fee001355c270847ea6edebd952 (diff) | |
download | ports-9e273df185a41edb7f6b19ef74bf4a4956051615.tar.gz ports-9e273df185a41edb7f6b19ef74bf4a4956051615.zip |
Bump PORTREVISION after QScintilla2 update
Notes
Notes:
svn path=/head/; revision=228341
Diffstat (limited to 'games')
-rw-r--r-- | games/anki/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/anki/Makefile b/games/anki/Makefile index e4bc50f248c0..ae191df233c3 100644 --- a/games/anki/Makefile +++ b/games/anki/Makefile @@ -7,6 +7,7 @@ PORTNAME= anki PORTVERSION= 0.9.9.5 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://ichi2.net/anki/download/files/ EXTRACT_SUFX= .tgz @@ -26,7 +27,7 @@ USE_GETTEXT= yes USE_PYDISTUTILS=easy_install USE_PYTHON= yes USE_QT_VER= 4 -QT_COMPONENTS= moc +QT_COMPONENTS= moc_build PYDISTUTILS_PKGNAME= ankiqt PORT_VERBS= ankiqt |