diff options
-rw-r--r-- | games/kpacman/Makefile | 4 | ||||
-rw-r--r-- | games/ktritoc/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/kpacman/Makefile b/games/kpacman/Makefile index f3a8c4e5a642..b07995e3f407 100644 --- a/games/kpacman/Makefile +++ b/games/kpacman/Makefile @@ -6,7 +6,7 @@ PORTNAME= kpacman PORTVERSION= 0.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= kpacman @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= kpacman MAINTAINER= arved@FreeBSD.org COMMENT= Pacman Clone for KDE -LIB_DEPENDS= kdegames.2:${PORTSDIR}/games/kdegames3 +LIB_DEPENDS= kdegames.3:${PORTSDIR}/games/kdegames3 USE_KDELIBS_VER= 3 USE_REINPLACE= yes diff --git a/games/ktritoc/Makefile b/games/ktritoc/Makefile index b3988feb8b5d..a8c29d28e9e2 100644 --- a/games/ktritoc/Makefile +++ b/games/ktritoc/Makefile @@ -6,14 +6,14 @@ PORTNAME= ktritoc PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games kde MASTER_SITES= http://www.heni-online.de/files/ MAINTAINER= arved@FreeBSD.org COMMENT= A Tic-tac-toe like boardgame -LIB_DEPENDS= kdegames.2:${PORTSDIR}/games/kdegames3 +LIB_DEPENDS= kdegames.3:${PORTSDIR}/games/kdegames3 USE_KDELIBS_VER= 3 GNU_CONFIGURE= yes |