diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/easysok/Makefile | 2 | ||||
-rw-r--r-- | games/kbilliards/Makefile | 2 | ||||
-rw-r--r-- | games/kpacman/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/games/easysok/Makefile b/games/easysok/Makefile index 02e7c430a8db..722bbf50a627 100644 --- a/games/easysok/Makefile +++ b/games/easysok/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ponomarew@oberon.net COMMENT= Easysok is a sokoban game for KDE3 -USE_KDELIBS= 3 +USE_KDELIBS_VER= 3 USE_GMAKE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes diff --git a/games/kbilliards/Makefile b/games/kbilliards/Makefile index 2e3850ddf690..53ea92483519 100644 --- a/games/kbilliards/Makefile +++ b/games/kbilliards/Makefile @@ -13,7 +13,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/b/} MAINTAINER= ponomarew@oberon.net COMMENT= Funny billiards simulator game for KDE -USE_KDELIBS= 3 +USE_KDELIBS_VER= 3 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= diff --git a/games/kpacman/Makefile b/games/kpacman/Makefile index 1d7c1a4448fd..029c62902488 100644 --- a/games/kpacman/Makefile +++ b/games/kpacman/Makefile @@ -13,7 +13,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-kde3 MAINTAINER= arved@FreeBSD.org COMMENT= Pacman Clone for KDE -USE_KDELIBS= 3 +USE_KDELIBS_VER= 3 USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes |