summaryrefslogtreecommitdiff
path: root/x11/kdelibs3
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2002-09-10 12:43:58 +0000
committerAlan Eldridge <alane@FreeBSD.org>2002-09-10 12:43:58 +0000
commit423578e94d0aeee60b5f9db965fa51bd63ca3b45 (patch)
tree9e0801833d2f22041deaa8dfb6cafc3ddbf1178b /x11/kdelibs3
parentUdpate to 1.0.52 (diff)
Make fam an optional dependency. It may be having some gcc related problems
on -current, so we'll not require it.
Notes
Notes: svn path=/head/; revision=66043
Diffstat (limited to 'x11/kdelibs3')
-rw-r--r--x11/kdelibs3/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile
index 32857e3333d5..c2048e365275 100644
--- a/x11/kdelibs3/Makefile
+++ b/x11/kdelibs3/Makefile
@@ -19,7 +19,6 @@ BUILD_DEPENDS+= autoconf:${PORTSDIR}/devel/autoconf \
LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \
qtmcop.1:${PORTSDIR}/audio/arts \
audiofile.0:${PORTSDIR}/audio/libaudiofile \
- fam.0:${PORTSDIR}/devel/fam \
xml2.5:${PORTSDIR}/textproc/libxml2 \
pcre.0:${PORTSDIR}/devel/pcre \
cups.2:${PORTSDIR}/print/cups-base \
@@ -50,6 +49,10 @@ PLIST_SUB+= LIBVER="${SOMAJOR}" LDCONFIG="${LDCONFIG}"
.include <bsd.port.pre.mk>
+.if exists(${LOCALBASE}/bin/fam)
+LIB_DEPENDS+= fam.0:${PORTSDIR}/devel/fam
+.endif
+
pre-fetch: kde-version-check
.if ${OSVERSION} <= 410002
@${ECHO}