diff options
author | lofi <lofi@FreeBSD.org> | 2006-01-23 05:54:46 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2006-01-23 05:54:46 +0800 |
commit | 5b733a7ee1994146e980800850e5a3cb716b1aa2 (patch) | |
tree | 30e1bc426c9d91e25c4c9165323c74cebcd9f137 /x11/kdelibs3 | |
parent | 63014058f5930eaa1e497f9e220f191415dd08db (diff) | |
download | freebsd-ports-gnome-5b733a7ee1994146e980800850e5a3cb716b1aa2.tar.gz freebsd-ports-gnome-5b733a7ee1994146e980800850e5a3cb716b1aa2.tar.zst freebsd-ports-gnome-5b733a7ee1994146e980800850e5a3cb716b1aa2.zip |
Use USE_FAM instead of explicitly depending on fam via LIB_DEPENDS to prevent
breakage with the new WANT_FAM_SYSTEM default.
Noticed by: Andy Fawcett
Not noticed by: krion, marcus
Diffstat (limited to 'x11/kdelibs3')
-rw-r--r-- | x11/kdelibs3/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index 0424bb89402a..81055f3a36c5 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -24,7 +24,6 @@ LIB_DEPENDS= IlmImf:${PORTSDIR}/graphics/OpenEXR \ art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl2 \ artsc.0:${PORTSDIR}/audio/arts \ aspell:${PORTSDIR}/textproc/aspell \ - fam.0:${PORTSDIR}/devel/fam \ dns_sd:${PORTSDIR}/net/mDNSResponder \ idn:${PORTSDIR}/dns/libidn \ jasper:${PORTSDIR}/graphics/jasper \ @@ -48,13 +47,14 @@ CONFLICTS+= kdelibs-nocups-[0-9]* LIB_DEPENDS+= cups:${PORTSDIR}/print/cups-base .endif -USE_GETTEXT= yes -USE_QT_VER= 3 -PREFIX= ${KDE_PREFIX} -USE_OPENSSL= yes USE_BZIP2= yes +USE_FAM= yes +USE_GETTEXT= yes USE_GMAKE= yes +USE_OPENSSL= yes +USE_QT_VER= 3 USE_REINPLACE= yes +PREFIX= ${KDE_PREFIX} INSTALLS_SHLIB= yes LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 |