diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-05-17 14:11:20 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-05-17 14:11:20 +0000 |
commit | 66abcf8d0a2f19596be951d670a52fb65746e4f4 (patch) | |
tree | 02b26d61ecffebce26a0508a4a442c7a0b73dbd7 /games/kpacman | |
parent | Minor cleanup. (diff) |
s/USE_KDELIBS/USE_KDELIBS_VER/
Reported by: bento
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
Pointy hat: arved
Notes
Notes:
svn path=/head/; revision=81148
Diffstat (limited to 'games/kpacman')
-rw-r--r-- | games/kpacman/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |