From 423578e94d0aeee60b5f9db965fa51bd63ca3b45 Mon Sep 17 00:00:00 2001 From: Alan Eldridge Date: Tue, 10 Sep 2002 12:43:58 +0000 Subject: Make fam an optional dependency. It may be having some gcc related problems on -current, so we'll not require it. --- x11/kdelibs3/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'x11/kdelibs3') 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 +.if exists(${LOCALBASE}/bin/fam) +LIB_DEPENDS+= fam.0:${PORTSDIR}/devel/fam +.endif + pre-fetch: kde-version-check .if ${OSVERSION} <= 410002 @${ECHO} -- cgit v1.2.3