diff options
author | arved <arved@FreeBSD.org> | 2003-05-17 22:11:20 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-05-17 22:11:20 +0800 |
commit | 0173f948ae272f8882ecbf99d522dc28735a200d (patch) | |
tree | 7715d5352680e57d9dae8b1094d705ccb0061c25 /games/easysok | |
parent | 04bba7f152d93d4bef01f343ebe3243e80849722 (diff) | |
download | freebsd-ports-gnome-0173f948ae272f8882ecbf99d522dc28735a200d.tar.gz freebsd-ports-gnome-0173f948ae272f8882ecbf99d522dc28735a200d.tar.zst freebsd-ports-gnome-0173f948ae272f8882ecbf99d522dc28735a200d.zip |
s/USE_KDELIBS/USE_KDELIBS_VER/
Reported by: bento
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
Pointy hat: arved
Diffstat (limited to 'games/easysok')
-rw-r--r-- | games/easysok/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |