diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-12-18 10:37:11 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-12-18 10:37:11 +0000 |
commit | 8f86c4c1b7517748f1e0e8231eacbea311629a5f (patch) | |
tree | adc7260ed517bb04176e9249de647f861afc1dde /games/kbilliards/Makefile | |
parent | a583049d36d138fa3ed3484bdca60a762f7b6b1f (diff) |
Notes
Diffstat (limited to 'games/kbilliards/Makefile')
-rw-r--r-- | games/kbilliards/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/games/kbilliards/Makefile b/games/kbilliards/Makefile index dcca5923578a..7cbcc461a07f 100644 --- a/games/kbilliards/Makefile +++ b/games/kbilliards/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= kbilliards -PORTVERSION= 0.8.5 -PORTREVISION= 1 +PORTVERSION= 0.8.6 CATEGORIES= games kde MASTER_SITES= http://www.hostnotfound.it/kbilliards/ @@ -16,8 +15,8 @@ COMMENT= Funny billiards simulator game for KDE EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure USE_BZIP2= yes -USE_REINPLACE= yes USE_KDELIBS_VER= 3 +USE_PERL5_BUILD= yes USE_GMAKE= yes GNU_CONFIGURE= yes @@ -29,4 +28,7 @@ CFLAGS+= -Dsqrtl=sqrt CFLAGS+= -Dround=rint .endif +pre-configure: + @cd ${WRKSRC} && ${PERL} admin/am_edit + .include <bsd.port.post.mk> |