diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2002-04-30 20:30:11 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2002-04-30 20:30:11 +0000 |
commit | a8c0ef6909c74f1f5d00f52a1fc8e47c1b4e5c0d (patch) | |
tree | 9953be16ed8504b8d1a3fc7c950a5bc7efeedd59 /misc/kdeaddons3 | |
parent | o Update to 4.0.4 (diff) |
devel/sdl12 now installs libSDL-1.1.4 not 1.1.3 -- fix LIB_DEPENDS
Notes
Notes:
svn path=/head/; revision=58381
Diffstat (limited to 'misc/kdeaddons3')
-rw-r--r-- | misc/kdeaddons3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/kdeaddons3/Makefile b/misc/kdeaddons3/Makefile index 8050452b969b..fbbd6fe8c9f6 100644 --- a/misc/kdeaddons3/Makefile +++ b/misc/kdeaddons3/Makefile @@ -16,7 +16,7 @@ DIST_SUBDIR= KDE MAINTAINER?= ports@FreeBSD.org LIB_DEPENDS+= noatun.0:${PORTSDIR}/audio/kdemultimedia3 \ - SDL-1.1.3:${PORTSDIR}/devel/sdl12 + SDL-1.1.4:${PORTSDIR}/devel/sdl12 WITH_SDL= yes USE_KDEBASE_VER=3 |