diff options
Diffstat (limited to 'freebsd/applications/kcmldap/Makefile')
-rw-r--r-- | freebsd/applications/kcmldap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/freebsd/applications/kcmldap/Makefile b/freebsd/applications/kcmldap/Makefile index 5eed21a1f..800df48f3 100644 --- a/freebsd/applications/kcmldap/Makefile +++ b/freebsd/applications/kcmldap/Makefile @@ -15,7 +15,8 @@ DIST_SUBDIR= TDE/applications DISTSRC= kcmldap-trinity-${TDE_VERSION}${TDE_PREVERSION} -BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs \ + ${TDE_PREFIX}/lib/libtdeldap.so:${PORTSDIR}/x11/trinity/libraries/libtdeldap LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface |