diff options
author | rafan <rafan@FreeBSD.org> | 2006-08-15 16:27:47 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-08-15 16:27:47 +0800 |
commit | 577241b5c404d2fcf9bbcd27d32f0c6a63f717b3 (patch) | |
tree | 8695f98993ec8398948a4db3d7fdfd91b8f81b64 /games/kbilliards | |
parent | f37d9a668f59c6680834040a61d5c201613c4a53 (diff) | |
download | freebsd-ports-gnome-577241b5c404d2fcf9bbcd27d32f0c6a63f717b3.tar.gz freebsd-ports-gnome-577241b5c404d2fcf9bbcd27d32f0c6a63f717b3.tar.zst freebsd-ports-gnome-577241b5c404d2fcf9bbcd27d32f0c6a63f717b3.zip |
- Define USE_GETTEXT, bump PORTREVISION
PR: ports/101586
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
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 |