diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-02-04 22:00:33 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-02-04 22:00:33 +0000 |
commit | e6e0ab5cdf88a2774d141cc648cc722d969aab66 (patch) | |
tree | 69db5e35b4a1281136dfbea5b9d733c1258ed739 /misc | |
parent | 2c6d201845e878399f60a20852fcc9bc42bb7b5e (diff) | |
download | ports-e6e0ab5cdf88a2774d141cc648cc722d969aab66.tar.gz ports-e6e0ab5cdf88a2774d141cc648cc722d969aab66.zip |
Fix build: add dependency on kdemultimedia3 port
Submitted by: arved
Approved by: kde (FreeBSD KDE Team)
Notes
Notes:
svn path=/head/; revision=74691
Diffstat (limited to 'misc')
-rw-r--r-- | misc/kdeaddons3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/kdeaddons3/Makefile b/misc/kdeaddons3/Makefile index 32d8d97346ec..702a1b03ebb1 100644 --- a/misc/kdeaddons3/Makefile +++ b/misc/kdeaddons3/Makefile @@ -15,6 +15,7 @@ DIST_SUBDIR= KDE MAINTAINER?= kde@FreeBSD.org LIB_DEPENDS+= noatun.0:${PORTSDIR}/multimedia/kdemultimedia3 \ + kdegames:${PORTSDIR}/games/kdegames3 \ SDL-1.1.5:${PORTSDIR}/devel/sdl12 WITH_SDL= yes |