diff options
author | arved <arved@FreeBSD.org> | 2003-07-04 08:31:52 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-07-04 08:31:52 +0000 |
commit | 4eb18727bac5d0de466c57f8510e595d80319060 (patch) | |
tree | 738ad063879c31b696766164269c155437690b30 | |
parent | 813d16863144a7fc55e5df2dcc81b6689ba9b3de (diff) | |
download | FreeBSD-ports-4eb18727bac5d0de466c57f8510e595d80319060.zip FreeBSD-ports-4eb18727bac5d0de466c57f8510e595d80319060.tar.gz |
Add missing dependency on kdemultimedia3
Reported by: adamw
-rw-r--r-- | games/taxipilot/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/taxipilot/Makefile b/games/taxipilot/Makefile index 8eeb892..05bd5cb 100644 --- a/games/taxipilot/Makefile +++ b/games/taxipilot/Makefile @@ -13,6 +13,8 @@ MASTER_SITE_SUBDIR= taxipilot MAINTAINER= arved@FreeBSD.org COMMENT= A Spacetaxi clone +LIB_DEPENDS= noatun.0:${PORTSDIR}/multimedia/kdemultimedia3 + USE_KDELIBS_VER= 3 GNU_CONFIGURE= yes CONFIGURE_TARGET= |