diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-15 08:27:47 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-15 08:27:47 +0000 |
commit | 80b737b5b6890a9b46f1cc7b53c9eaa8be539414 (patch) | |
tree | ad8d81e8ea25b2a13ca8d21b1d04a0e9ab84b986 /games/kbilliards | |
parent | 43691707fc57fe82416a68cd00f091169f4a2363 (diff) |
Notes
Diffstat (limited to 'games/kbilliards')
-rw-r--r-- | games/kbilliards/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/kbilliards/Makefile b/games/kbilliards/Makefile index 682c7c1e7a58..a5e649f395ac 100644 --- a/games/kbilliards/Makefile +++ b/games/kbilliards/Makefile @@ -6,6 +6,7 @@ PORTNAME= kbilliards PORTVERSION= 0.8.7 +PORTREVISION= 1 CATEGORIES= games kde MASTER_SITES= http://www.hostnotfound.it/kbilliards/ @@ -15,6 +16,7 @@ COMMENT= Funny billiards simulator game for KDE EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure USE_BZIP2= yes +USE_GETTEXT= yes USE_KDELIBS_VER=3 USE_PERL5_BUILD=yes USE_GMAKE= yes |