diff options
author | arved <arved@FreeBSD.org> | 2004-02-13 20:39:19 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-02-13 20:39:19 +0800 |
commit | ad34f8d9e8a14c64b8c0dca06231cdb8701bf6ba (patch) | |
tree | 8709b5a3ed136208c6c057c52757ec0e552290e8 /games | |
parent | 82d702ebfd596c203b7f5870458b6fcec8e401ec (diff) | |
download | freebsd-ports-gnome-ad34f8d9e8a14c64b8c0dca06231cdb8701bf6ba.tar.gz freebsd-ports-gnome-ad34f8d9e8a14c64b8c0dca06231cdb8701bf6ba.tar.zst freebsd-ports-gnome-ad34f8d9e8a14c64b8c0dca06231cdb8701bf6ba.zip |
Fix dependencies after KDE 3.2
Diffstat (limited to 'games')
-rw-r--r-- | games/taxipilot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/taxipilot/Makefile b/games/taxipilot/Makefile index a8cb894dbfcb..7f2f60f553f0 100644 --- a/games/taxipilot/Makefile +++ b/games/taxipilot/Makefile @@ -6,7 +6,7 @@ PORTNAME= taxipilot PORTVERSION= 0.8.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= taxipilot @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= taxipilot MAINTAINER= ports@FreeBSD.org COMMENT= A Spacetaxi clone -LIB_DEPENDS= noatun.0:${PORTSDIR}/multimedia/kdemultimedia3 +LIB_DEPENDS= noatun.3:${PORTSDIR}/multimedia/kdemultimedia3 USE_KDELIBS_VER= 3 USE_GMAKE= yes |