diff options
Diffstat (limited to 'games/kwappen/Makefile')
-rw-r--r-- | games/kwappen/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/kwappen/Makefile b/games/kwappen/Makefile index 0a030abeef94..d23551445d8b 100644 --- a/games/kwappen/Makefile +++ b/games/kwappen/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= kwappen -PORTVERSION= 1.1.4 -PORTREVISION= 2 +PORTVERSION= 1.1.5 CATEGORIES= games kde MASTER_SITES= http://www.lcs-chemie.de/ @@ -15,7 +14,6 @@ COMMENT= KDE board game USE_KDELIBS_VER= 3 GNU_CONFIGURE= yes -CONFIGURE_TARGET= -CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +USE_GMAKE= yes .include <bsd.port.mk> |